mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 07:22:34 +01:00
functional_tests: add describe_transfer tests
This commit is contained in:
@@ -101,11 +101,12 @@ class Wallet(object):
|
||||
}
|
||||
return self.rpc.send_json_rpc_request(get_bulk_payments)
|
||||
|
||||
def describe_transfer(self, unsigned_txset):
|
||||
def describe_transfer(self, unsigned_txset = '', multisig_txset = ''):
|
||||
describe_transfer = {
|
||||
'method': 'describe_transfer',
|
||||
'params': {
|
||||
'unsigned_txset': unsigned_txset,
|
||||
'multisig_txset': multisig_txset,
|
||||
},
|
||||
'jsonrpc': '2.0',
|
||||
'id': '0'
|
||||
|
||||
Reference in New Issue
Block a user