From: Faye Duxovni Date: Thu, 9 Jun 2022 06:11:10 +0000 (-0400) Subject: Fix representation of AmountPrecision for v1.23 X-Git-Tag: v0.21.4~2 X-Git-Url: https://git.ktnx.net/?a=commitdiff_plain;h=56aa91f941cd17d7c37398bee00e447efe7c7308;hp=56aa91f941cd17d7c37398bee00e447efe7c7308;p=mobile-ledger.git Fix representation of AmountPrecision for v1.23 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. ---