]> git.ktnx.net Git - mobile-ledger.git/commitdiff
Fix representation of AmountPrecision for v1.23
authorFaye Duxovni <duxovni@duxovni.org>
Thu, 9 Jun 2022 06:11:10 +0000 (02:11 -0400)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 18 Jun 2022 15:07:25 +0000 (15:07 +0000)
In v1.23+, AmountPrecision is serialized and deserialized as though
it's a Maybe Word8; it's expected to be either an integer or null, not
a JSON object.


No differences found