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 19b352c381 - Show all commits

View file

@ -2023,7 +2023,11 @@ scanTxNative config pipe = do
let xOrder = o >>= (cast' . Doc)
case xOrder of
Nothing -> error "Failed to retrieve order from database"
Just xO ->
Just xO -> do
print $ qtotalZec xO
print $ zamount x
print z
print $ qaddress xO
when
(not (qpaid xO) &&
qtotalZec xO == zamount x && z == qaddress xO) $ do