; modified: src/wallet/wallet.cpp

This commit is contained in:
blackjok3r
2018-11-02 08:26:04 +08:00
parent 05b2d67fc4
commit db2460a381

View File

@@ -1218,7 +1218,7 @@ bool CWallet::AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pbl
fprintf(stderr, "vin 0 script pubkey : %s\n",txin.vout[0].scriptPubKey.ToString().c_str());
CTxDestination address;
ExtractDestination(txin.vout[0].scriptPubKey, address)
ExtractDestination(txin.vout[0].scriptPubKey, address);
LOCK(cs_wallet);
if (!mapAddressBook.count(address))