Verus Proof of Stake Compete with Additional ant-fork protection on block 1
This commit is contained in:
@@ -4660,3 +4660,8 @@ int32_t komodo_staked(CPubKey &pubkey, CMutableTransaction &txNew,uint32_t nBits
|
||||
}
|
||||
return(siglen);
|
||||
}
|
||||
|
||||
int32_t verus_staked(CPubKey &pubkey, CMutableTransaction &txNew, uint32_t &nBits, arith_uint256 &hashResult, uint8_t *utxosig)
|
||||
{
|
||||
return pwalletMain->VerusStakeTransaction(pubkey, txNew, nBits, hashResult, utxosig);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user