Correct ZEC calculation
This commit is contained in:
parent
19b352c381
commit
ec72015524
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue