gnosis / safe-android-kouban

2 stars 2 forks source link

ETH value incorrect for tx #50

Closed tschubotz closed 4 years ago

tschubotz commented 4 years ago

(I'm on a Pixel 3a with the latest Android installed)

elgatovital commented 4 years ago

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.