Files
pezkuwi-wallet-android/feature-wallet-impl/src
pezkuwichain e1d199931c fix: native TRX fee estimation crashes when amount is not yet entered
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.
2026-07-11 18:08:33 -07:00
..