mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #8328
2979474
disable multisig by default (moneromooo-monero)
This commit is contained in:
commit
f96cf86532
9 changed files with 111 additions and 7 deletions
|
@ -490,10 +490,11 @@ class Wallet(object):
|
|||
}
|
||||
return self.rpc.send_json_rpc_request(is_multisig)
|
||||
|
||||
def prepare_multisig(self):
|
||||
def prepare_multisig(self, enable_multisig_experimental = False):
|
||||
prepare_multisig = {
|
||||
'method': 'prepare_multisig',
|
||||
'params' : {
|
||||
'enable_multisig_experimental': enable_multisig_experimental,
|
||||
},
|
||||
'jsonrpc': '2.0',
|
||||
'id': '0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue