Correct ZEC calculation

This commit is contained in:
Rene Vergara 2023-10-13 15:06:08 -05:00
parent 19b352c381
commit ec72015524
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
1 changed files with 1 additions and 1 deletions

View File

@ -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)