This commit is contained in:
blackjok3r
2018-11-02 08:42:30 +08:00
parent aaab9bf85d
commit f8e62200d0

View File

@@ -1210,7 +1210,7 @@ bool CWallet::AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pbl
if (fExisted || IsMine(tx) || IsFromMe(tx) || noteData.size() > 0)
{
uint256 hash; CTransaction txin;
uint256 hash; CTransaction txin; uint8_t *script;
if (GetTransaction(tx.vin[0].prevout.hash,txin,hash,false))
{
printf("CHECKING THE script pubkey\n");