wallet private key info may include a flag to indicate that it should be used for creating segwit outputs

This commit is contained in:
Jude Nelson
2017-09-18 16:05:33 -04:00
parent bfeed7a111
commit 2dc5a155f6

View File

@@ -124,7 +124,10 @@ PRIVKEY_MULTISIG_SCHEMA = {
},
'private_keys': {
'type': 'array',
'items': PRIVKEY_SINGLESIG_SCHEMA
'items': PRIVKEY_SINGLESIG_SCHEMA,
},
'segwit': {
'type': 'boolean',
},
},
'required': [