diff options
| author | selsta <selsta@sent.at> | 2026-05-17 20:39:46 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2026-05-19 20:57:55 +0200 |
| commit | 6d36b1980d9b827117e293b3ca8a6b509b592b1a (patch) | |
| tree | b17a745a8e1b2f176efd9697043ab6606dcf550b /utils | |
| parent | 7bd2a0fda473c9f65e2e649566930f8a3369ade7 (diff) | |
| download | monzero-core-6d36b1980d9b827117e293b3ca8a6b509b592b1a.tar.gz monzero-core-6d36b1980d9b827117e293b3ca8a6b509b592b1a.tar.xz monzero-core-6d36b1980d9b827117e293b3ca8a6b509b592b1a.zip | |
wallet_rpc_server: remove unused finalize_multisig endpoint
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/python-rpc/framework/wallet.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/utils/python-rpc/framework/wallet.py b/utils/python-rpc/framework/wallet.py index d95c3b2b5..8e52dd38d 100644 --- a/utils/python-rpc/framework/wallet.py +++ b/utils/python-rpc/framework/wallet.py @@ -529,16 +529,6 @@ class Wallet(object): } return self.rpc.send_json_rpc_request(make_multisig) - def finalize_multisig(self): - finalize_multisig = { - 'method': 'finalize_multisig', - 'params' : { - }, - 'jsonrpc': '2.0', - 'id': '0' - } - return self.rpc.send_json_rpc_request(finalize_multisig) - def exchange_multisig_keys(self, multisig_info, password = '', force_update_use_with_caution = False): exchange_multisig_keys = { 'method': 'exchange_multisig_keys', |
