mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 16:05:49 +00:00
e1d199931c
TronGrid's createtransaction rejects amount=0 with a ContractValidateException. estimateNativeFee called it unguarded (unlike the TRC-20 path, which already wraps its dry run in runCatching), so the send screen's reactive fee loader surfaced this as a generic "Network not responding" error whenever it ran before the user typed an amount - found live testing the send flow end-to-end.