mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Add withdraw lock to script/standard.h (and, thus, RPC raw txn)
This commit is contained in:
parent
3e5d2fe86a
commit
6772ca1f25
4 changed files with 12 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue