Unified Address support #8
1 changed files with 1 additions and 1 deletions
|
@ -2003,7 +2003,7 @@ scanTxNative config pipe = do
|
||||||
Just $
|
Just $
|
||||||
ZcashTx
|
ZcashTx
|
||||||
(rt_id t)
|
(rt_id t)
|
||||||
(fromIntegral (a_value n) * 0.00000001)
|
(fromIntegral (a_value n) / 100000000)
|
||||||
(toInteger $ a_value n)
|
(toInteger $ a_value n)
|
||||||
(rt_blockheight t)
|
(rt_blockheight t)
|
||||||
(rt_blocktime t)
|
(rt_blocktime t)
|
||||||
|
|
Loading…
Reference in a new issue