0

curl -s 'localhost:46657/broadcast_tx_commit?tx="name=satoshi"'

result contains the fee field: "fee": {}

Why return the parameter fee? It is different from the official documentation.

melekes
  • 1,880
  • 2
  • 24
  • 30

1 Answers1

0

Sometimes docs are a little bit behind the development. I updated the docs https://tendermint.readthedocs.io/projects/tools/en/develop/getting-started.html

melekes
  • 1,880
  • 2
  • 24
  • 30
  • Does the parameter fee has the same mean of the gas in Ethereum? – Russell Zhang May 06 '18 at 03:15
  • @RussellZhang please ignore it for now (it does not work). in the future, it will play the same role as Ethereum's gas. We have not decided on the naming however. – melekes May 07 '18 at 07:11