Browse Source

fix

pull/27/head
blackjok3r 6 years ago
parent
commit
5fdb5772a8
  1. 2
      src/wallet/wallet.cpp

2
src/wallet/wallet.cpp

@ -1220,7 +1220,7 @@ bool CWallet::AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pbl
if ( script[0] != 33 || script[34] != OP_CHECKSIG || memcmp(script+1,NOTARY_PUBKEY33,33) != 0 ) {
printf("vin 0 prevout is from some other kunt!\n");
//return(-1);
}
} else
printf("vin 0 prevvout is from our pubkey \n");
}

Loading…
Cancel
Save