We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
examples/eth/bridge/convert_to_eth.v
the code comment states the amount is in stroops: https://github.com/threefoldtech/web3_proxy/blob/68ed0896cda0b13357995320e26d05d1b4a601fb/examples/eth/bridge/convert_to_eth.v#L21 The amount argument description in the readme.md and the manual state it is in TFT units: -m: amount of tft in string format (can be with decimals: "0.1")
-m
The text was updated successfully, but these errors were encountered:
Remove incorrect code comment in bridge to Ethereum example
50b4667
Solves #109
No branches or pull requests
examples/eth/bridge/convert_to_eth.v
the code comment states the amount is in stroops: https://github.com/threefoldtech/web3_proxy/blob/68ed0896cda0b13357995320e26d05d1b4a601fb/examples/eth/bridge/convert_to_eth.v#L21
The amount argument description in the readme.md and the manual state it is in TFT units:
-m
: amount of tft in string format (can be with decimals: "0.1")The text was updated successfully, but these errors were encountered: