Comment debugging printf's - tracked down to Zcash raw tx bug, which means we should sync

This commit is contained in:
miketout
2018-10-04 17:13:42 -07:00
parent 8cb6777047
commit 7a9960f086
2 changed files with 9 additions and 5 deletions

View File

@@ -1305,7 +1305,7 @@ int32_t CWallet::VerusStakeTransaction(CBlock *pBlock, CMutableTransaction &txNe
return 0;
// if we are staking with the extended format, add the opreturn data required
// TODO: uncomment the line below to save a little space after testing, remove this one
//
if (extendedStake)
{
uint256 srcBlock = uint256();