Skip to content

Instantly share code, notes, and snippets.

@CosminNechifor
Created November 12, 2018 10:28
Show Gist options
  • Select an option

  • Save CosminNechifor/55214460956067350eef9b67f8dfed99 to your computer and use it in GitHub Desktop.

Select an option

Save CosminNechifor/55214460956067350eef9b67f8dfed99 to your computer and use it in GitHub Desktop.
2018-11-12 10:26:34 [debug ] send_raw_transaction called [raiden.network.rpc.client] gasLimit=300000000000000000 gasPrice=924916883 node=9d77f530 nonce=702 │
│2018-11-12 10:26:34 [error ] Exception while running scenario [scenario_player.main] │
│Traceback (most recent call last): │
│ File "/home/cosmin/Documents/WORK/GITHUB/raiden/tools/scenario-player/scenario_player/main.py", line 129, in main │
│ runner.run_scenario() │
│ File "/home/cosmin/Documents/WORK/GITHUB/raiden/tools/scenario-player/scenario_player/runner.py", line 198, in run_scenario │
│ for address, balance in low_balances.items() │
│ File "/home/cosmin/Documents/WORK/GITHUB/raiden/tools/scenario-player/scenario_player/runner.py", line 198, in <listcomp> │
│ for address, balance in low_balances.items() │
│ File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/network/rpc/client.py", line 550, in send_transaction │
│ tx_hash = self.web3.eth.sendRawTransaction(signed_txn.rawTransaction) │
│ File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/web3/eth.py", line 274, in sendRawTransaction │
│ [raw_transaction], │
│ File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/web3/manager.py", line 112, in request_blocking │
│ raise ValueError(response["error"]) │
│ValueError: {'code': -32010, 'message': 'Transaction cost exceeds current gas limit. Limit: 8000000, got: 300000000000000000. Try decreasing supplied gas.'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment