Skip to content

Commit 498e75f

Browse files
dantudoralex v
authored andcommitted
TX_POOL missing in switch condition in the IsMine function (#500)
1 parent bed76b9 commit 498e75f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/script/ismine.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ isminetype IsMine(const CKeyStore &keystore, const CScript& scriptPubKey)
5252
{
5353
case TX_NONSTANDARD:
5454
case TX_NULL_DATA:
55+
case TX_POOL:
5556
case TX_CONTRIBUTION:
5657
case TX_PROPOSALNOVOTE:
5758
case TX_PROPOSALYESVOTE:

0 commit comments

Comments
 (0)