mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
wallet private key info may include a flag to indicate that it should be used for creating segwit outputs
This commit is contained in:
@@ -124,7 +124,10 @@ PRIVKEY_MULTISIG_SCHEMA = {
|
||||
},
|
||||
'private_keys': {
|
||||
'type': 'array',
|
||||
'items': PRIVKEY_SINGLESIG_SCHEMA
|
||||
'items': PRIVKEY_SINGLESIG_SCHEMA,
|
||||
},
|
||||
'segwit': {
|
||||
'type': 'boolean',
|
||||
},
|
||||
},
|
||||
'required': [
|
||||
|
||||
Reference in New Issue
Block a user