mirror of
https://github.com/status-im/status-go.git
synced 2025-02-12 23:06:51 +00:00
The reading of the amount for pending transactions was done in the same way as for transfers table. However, the transfers table has a string hex representation of the amount, while the pending transactions table has a binary representation of the amount (*big.Int). This was triggering the not int warning and value was missing. Updates status-desktop #12120