This commit is contained in:
blackjok3r
2018-11-02 10:29:29 +08:00
parent 958095444d
commit f699248ef1

View File

@@ -1208,7 +1208,7 @@ bool RaddIsPubkey(char *address) {
pubkey2addr((char *)exaddress,(uint8_t *)NOTARY_PUBKEY33);
if ( strcmp(address,exaddress) == 0 )
return true;
return false
return false;
}
bool CWallet::AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pblock, bool fUpdate)