Change --gas=simulate to --gas=auto when sending txs #3162
Closed
Description
opened on Dec 19, 2018
Users may be confused by the flag --simulate
and the simulate
value of the --gas
flag.
--gas=simulate
sets the gas to estimated value returned by the simulation that runs before the tx is executed. Conversely, --simulate
just triggers the simulation without eventually execution the transaction.
Hereby I propose to change the simulate
value accepted by the --gas
flag to auto
.
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Activity