sanity check: change to false #5434

This commit is contained in:
wowario 2019-05-09 22:12:41 +03:00
parent aff20484c3
commit 1730faf01a
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111
4 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@ class Daemon(object):
return self.rpc.send_json_rpc_request(getblocktemplate)
get_block_template = getblocktemplate
def send_raw_transaction(self, tx_as_hex, do_not_relay = False, do_sanity_checks = True, client = ""):
def send_raw_transaction(self, tx_as_hex, do_not_relay = False, do_sanity_checks = False, client = ""):
send_raw_transaction = {
'client': client,
'tx_as_hex': tx_as_hex,