Clean up
This commit is contained in:
@@ -2060,8 +2060,6 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa
|
||||
}
|
||||
}
|
||||
}
|
||||
// This should be here still?
|
||||
//SyncWithWallets(tx, NULL);
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -5319,11 +5317,6 @@ bool CheckBlock(int32_t *futureblockp,int32_t height,CBlockIndex *pindex,const C
|
||||
return(false);
|
||||
}
|
||||
|
||||
// if (ptx)
|
||||
// {
|
||||
// SyncWithWallets(*ptx, &block);
|
||||
// }
|
||||
|
||||
if ( ASSETCHAINS_CC != 0 )
|
||||
{
|
||||
LOCK2(cs_main,mempool.cs);
|
||||
|
||||
Reference in New Issue
Block a user