Simpler internal check

This commit is contained in:
miketout
2018-10-09 14:35:46 -07:00
parent 85ca7bb9cb
commit 477fd227ee
2 changed files with 3 additions and 3 deletions

View File

@@ -1641,6 +1641,7 @@ bool verusCheckPOSBlock(int32_t slowflag, CBlock *pblock, int32_t height)
// allow delegation of stake, but require all ouputs to be
// crypto conditions
CStakeParams p;
// validatestake transaction sets the pubkey of the stake output
// if it has no override into the pubkey
if (ValidateStakeTransaction(pblock->vtx[txn_count-1], p, false))