Skip to content

Commit

Permalink
TX_POOL missing in switch condition in the IsMine function (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantudor authored and alex v committed May 30, 2019
1 parent bed76b9 commit 498e75f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/script/ismine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ isminetype IsMine(const CKeyStore &keystore, const CScript& scriptPubKey)
{
case TX_NONSTANDARD:
case TX_NULL_DATA:
case TX_POOL:
case TX_CONTRIBUTION:
case TX_PROPOSALNOVOTE:
case TX_PROPOSALYESVOTE:
Expand Down

0 comments on commit 498e75f

Please sign in to comment.