Closed tschubotz closed 4 years ago
(I'm on a Pixel 3a with the latest Android installed)
The problem is with parsing. Moshi tries to convert amount as hex string to BigInteger, but its just a normal string. @jpalvarezl adjust moshi type adapters and look for hex prefix in string.
(I'm on a Pixel 3a with the latest Android installed)