Handle TX_FEE case in IsMine

This commit is contained in:
Gregory Sanders 2017-05-02 14:11:55 -04:00
parent 35bdef3ed6
commit b2d397dff8

View file

@ -64,6 +64,7 @@ isminetype IsMine(const CKeyStore &keystore, const CScript& scriptPubKey, bool&
case TX_NONSTANDARD:
case TX_NULL_DATA:
case TX_WITHDRAW_LOCK:
case TX_FEE:
break;
case TX_PUBKEY:
keyID = CPubKey(vSolutions[0]).GetID();