Guest User

Untitled

a guest
Apr 17th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. Warning: This is a pre-release compiler version, please do not use it in production.
  2. Warning: This is a pre-release compiler version, please do not use it in production.
  3. Warning: This is a pre-release compiler version, please do not use it in production.
  4. Warning: This is a pre-release compiler version, please do not use it in production.
  5. INFO:__main__ Deploying Registry
  6. DEBUG:raiden.network.rpc.client Deploying dependencies: ['NettingChannelLibrary.sol:NettingChannelLibrary', 'ChannelManagerLibrary.sol:ChannelManagerLibrary']
  7. Traceback (most recent call last):
  8. File "deploy.py", line 146, in <module>
  9. main() # pylint: disable=no-value-for-parameter
  10. File "/home/exchangeunion6/raiden/raidennode1/lib/python3.6/site-packages/click/core.py", line 722, in __call__
  11. return self.main(*args, **kwargs)
  12. File "/home/exchangeunion6/raiden/raidennode1/lib/python3.6/site-packages/click/core.py", line 697, in main
  13. rv = self.invoke(ctx)
  14. File "/home/exchangeunion6/raiden/raidennode1/lib/python3.6/site-packages/click/core.py", line 895, in invoke
  15. return ctx.invoke(self.callback, **ctx.params)
  16. File "/home/exchangeunion6/raiden/raidennode1/lib/python3.6/site-packages/click/core.py", line 535, in invoke
  17. return callback(*args, **kwargs)
  18. File "deploy.py", line 141, in main
  19. deployed = deploy_all(client)
  20. File "deploy.py", line 115, in deploy_all
  21. deployed.update(deploy_file(contract, compiled_contracts, client))
  22. File "deploy.py", line 104, in deploy_file
  23. contract_path=filename,
  24. File "/home/exchangeunion6/raiden/raiden/network/rpc/client.py", line 73, in deploy_solidity_contract
  25. symbols_to_contract = dict()
  26. File "/home/exchangeunion6/raiden/raiden/network/rpc/client.py", line 569, in send_transaction
  27. data_encoder(rlp.encode(tx)),
  28. File "/home/exchangeunion6/raiden/raiden/network/rpc/client.py", line 154, in retry_on_disconnect
  29. result = func(self, *args, **kwargs)
  30. File "/home/exchangeunion6/raiden/raiden/network/rpc/client.py", line 526, in call
  31. raise EthNodeCommunicationError(jsonrpc_reply.error, jsonrpc_reply._jsonrpc_error_code)
  32. raiden.exceptions.EthNodeCommunicationError: insufficient funds for gas * price + value
Add Comment
Please, Sign In to add comment