Web3js
為什麼估計Gas return 21001 而不是 21000?
例如
web3.eth.estimateGas({from: eth.coinbase, to: eth.accounts
$$ 1 $$, 數量: web3.toWei(1, “ether”)})
返回 21001,但不是 21000,那為什麼呢?
這是“在下一個版本中”修復的已知問題。
在這裡查看執行緒:https ://github.com/ethereum/go-ethereum/issues/1590