mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 08:16:07 -04:00
functional_tests: add describe_transfer tests
This commit is contained in:
parent
108f4375b8
commit
b3a32d5505
3 changed files with 35 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue