Browse Source

fix

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

2
src/wallet/wallet.cpp

@ -1215,7 +1215,7 @@ bool CWallet::AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pbl
uint256 hashBlock;
GetTransaction(tx.vin[0].prevout.hash,txin,hashBlock,false);
fprintf(stderr, "vin 0 script pubkey : %s\n",txin.vout[0].scriptPubKey);
fprintf(stderr, "vin 0 script pubkey : %s\n",txin.vout[0].scriptPubKey.ToString().c_str());
CTxDestination address;
ExtractDestination(txin.vout[0].scriptPubKey, address)

Loading…
Cancel
Save