remove print ... 0 sat coinbase ignore is working
This commit is contained in:
@@ -1210,10 +1210,7 @@ bool CWallet::AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pbl
|
|||||||
{
|
{
|
||||||
AssertLockHeld(cs_wallet);
|
AssertLockHeld(cs_wallet);
|
||||||
if ( tx.IsCoinBase() && tx.vout[0].nValue == 0 )
|
if ( tx.IsCoinBase() && tx.vout[0].nValue == 0 )
|
||||||
{
|
|
||||||
fprintf(stderr, "ZERO sat coinbase, ignored!\n");
|
|
||||||
return false;
|
return false;
|
||||||
}
|
|
||||||
bool fExisted = mapWallet.count(tx.GetHash()) != 0;
|
bool fExisted = mapWallet.count(tx.GetHash()) != 0;
|
||||||
if (fExisted && !fUpdate) return false;
|
if (fExisted && !fUpdate) return false;
|
||||||
auto noteData = FindMyNotes(tx);
|
auto noteData = FindMyNotes(tx);
|
||||||
|
|||||||
Reference in New Issue
Block a user