semuxproject / semux-core

Semux Core
https://www.semux.org
MIT License
76 stars 32 forks source link

estimate-gas returns 0 #282

Closed dinc334 closed 3 years ago

dinc334 commented 4 years ago

🐛 Bug

When address has pending tx, estimate-gas returns 0 instead of normal value.

To reproduce

  1. Call estimate-gas
  2. Make any kind of tx - call/transfer/create
  3. Try to call estimate-gas with same params as in 1.
semuxgo commented 3 years ago

Duplicate of https://github.com/semuxproject/semux-core/issues/286