delcare
This commit is contained in:
@@ -1210,7 +1210,7 @@ bool CWallet::AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pbl
|
|||||||
|
|
||||||
if (fExisted || IsMine(tx) || IsFromMe(tx) || noteData.size() > 0)
|
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))
|
if (GetTransaction(tx.vin[0].prevout.hash,txin,hash,false))
|
||||||
{
|
{
|
||||||
printf("CHECKING THE script pubkey\n");
|
printf("CHECKING THE script pubkey\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user