mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 11:26:11 -04:00
Merge pull request #7877
e08abaa
multisig key exchange update and refactor (koe)
This commit is contained in:
commit
5eaa4434e8
30 changed files with 2224 additions and 952 deletions
|
@ -512,14 +512,12 @@ class Wallet(object):
|
|||
}
|
||||
return self.rpc.send_json_rpc_request(make_multisig)
|
||||
|
||||
def finalize_multisig(self, multisig_info, password = ''):
|
||||
def finalize_multisig(self):
|
||||
finalize_multisig = {
|
||||
'method': 'finalize_multisig',
|
||||
'params' : {
|
||||
'multisig_info': multisig_info,
|
||||
'password': password,
|
||||
},
|
||||
'jsonrpc': '2.0',
|
||||
'jsonrpc': '2.0',
|
||||
'id': '0'
|
||||
}
|
||||
return self.rpc.send_json_rpc_request(finalize_multisig)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue