diff --git a/src/ZGoBackend.hs b/src/ZGoBackend.hs index e590bbe..2a332d0 100644 --- a/src/ZGoBackend.hs +++ b/src/ZGoBackend.hs @@ -2003,7 +2003,7 @@ scanTxNative config pipe = do Just $ ZcashTx (rt_id t) - (fromIntegral (a_value n) * 0.00000001) + (fromIntegral (a_value n) / 100000000) (toInteger $ a_value n) (rt_blockheight t) (rt_blocktime t)