mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
sanity check: change to false #5434
This commit is contained in:
parent
268e2a0c96
commit
6179aa7d35
4 changed files with 4 additions and 4 deletions
|
@ -50,7 +50,7 @@ class Daemon(object):
|
|||
}
|
||||
return self.rpc.send_json_rpc_request(getblocktemplate)
|
||||
|
||||
def send_raw_transaction(self, tx_as_hex, do_not_relay = False, do_sanity_checks = True):
|
||||
def send_raw_transaction(self, tx_as_hex, do_not_relay = False, do_sanity_checks = False):
|
||||
send_raw_transaction = {
|
||||
'tx_as_hex': tx_as_hex,
|
||||
'do_not_relay': do_not_relay,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue