mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 08:26:05 -04:00
functional_tests: add is_key_image_spent tests
This commit is contained in:
parent
c148002534
commit
230f73e121
2 changed files with 51 additions and 1 deletions
|
@ -344,3 +344,9 @@ class Daemon(object):
|
|||
'id': '0'
|
||||
}
|
||||
return self.rpc.send_json_rpc_request(get_fee_estimate)
|
||||
|
||||
def is_key_image_spent(self, key_images = []):
|
||||
is_key_image_spent = {
|
||||
'key_images': key_images,
|
||||
}
|
||||
return self.rpc.send_request('/is_key_image_spent', is_key_image_spent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue