Unified Address support #8

Merged
pitmutt merged 61 commits from dev18 into master 2023-10-28 12:24:28 +00:00
Showing only changes of commit ec72015524 - Show all commits

View file

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