fix staking wallet fix.

This commit is contained in:
blackjok3r
2019-05-18 23:38:49 +08:00
parent 1583446b47
commit 02a3f08894
2 changed files with 5 additions and 6 deletions

View File

@@ -2896,7 +2896,7 @@ bool CWalletTx::RelayWalletTransaction()
{
if ( pwallet == 0 )
{
fprintf(stderr,"unexpected null pwallet in RelayWalletTransaction\n");
//fprintf(stderr,"unexpected null pwallet in RelayWalletTransaction\n");
return(false);
}
assert(pwallet->GetBroadcastTransactions());