Fix eth_anchor gas limit 200k→500k for string storage
This commit is contained in:
@@ -131,7 +131,7 @@ class EthereumAnchor:
|
||||
).build_transaction({
|
||||
'from': account.address,
|
||||
'nonce': self.w3.eth.get_transaction_count(account.address),
|
||||
'gas': 200000,
|
||||
'gas': 500000,
|
||||
})
|
||||
|
||||
# Sign and send
|
||||
|
||||
Reference in New Issue
Block a user