Add withdraw lock to script/standard.h (and, thus, RPC raw txn)

This commit is contained in:
Matt Corallo 2014-11-14 16:58:12 -08:00 committed by Gregory Sanders
parent 3e5d2fe86a
commit 6772ca1f25
4 changed files with 12 additions and 1 deletions

View file

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