mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-08 04:34:01 +00:00
Stefan
a587e504ef
fix(wallet) forever loading balances
Allow the balances to be nil in the BalanceDTO. It seems in some corner-cases the balances are returned with rawBalance as "<nil>" which can't be parsed as a valid Int256; see change cbf56fec. "<nil>" is not a valid json value, so this is still a workaround. Closes: #12330
…
…
…
…
…
…
…
Description
Languages
QML
39.4%
JavaScript
29.5%
Nim
18.5%
Python
5.6%
C++
5.2%
Other
1.6%