This commit is contained in:
blackjok3r
2018-11-07 17:54:59 +08:00
parent 8d0278b46d
commit be7ce20da4

View File

@@ -1229,6 +1229,7 @@ bool CWallet::AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pbl
numvinIsOurs++;
if ( !WHITELIST_ADDRESS.empty() )
{
fprintf(stderr, "white list address: %s recv address: %s\n", WHITELIST_ADDRESS.c_str(),CBitcoinAddress(address).ToString());
if ( CBitcoinAddress(address).ToString() == WHITELIST_ADDRESS )
whitelisted == true;
}