Continue debugging

This commit is contained in:
Rene Vergara 2023-10-13 14:59:14 -05:00
parent 4558dfb8da
commit 19b352c381
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
1 changed files with 5 additions and 1 deletions

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