mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Test outgoing transfers
This commit is contained in:
parent
323746b80a
commit
68e631ebe3
2 changed files with 324 additions and 13 deletions
|
@ -8,8 +8,8 @@ class Daemon(object):
|
|||
def height(self):
|
||||
return self._backend.info()['height']
|
||||
|
||||
def send_transaction(self, tx):
|
||||
return self._backend.send_transaction(tx.blob)
|
||||
def send_transaction(self, tx, relay=True):
|
||||
return self._backend.send_transaction(tx.blob, relay=relay)
|
||||
|
||||
def mempool(self):
|
||||
return self._backend.mempool()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue