Working proof of stake with new algorithm
This commit is contained in:
@@ -4663,5 +4663,5 @@ int32_t komodo_staked(CPubKey &pubkey, CMutableTransaction &txNew,uint32_t nBits
|
||||
|
||||
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);
|
||||
return pwalletMain->VerusStakeTransaction(txNew, nBits, hashResult, utxosig);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user