Continue debugging
This commit is contained in:
parent
4558dfb8da
commit
19b352c381
1 changed files with 5 additions and 1 deletions
|
@ -2023,7 +2023,11 @@ scanTxNative config pipe = do
|
||||||
let xOrder = o >>= (cast' . Doc)
|
let xOrder = o >>= (cast' . Doc)
|
||||||
case xOrder of
|
case xOrder of
|
||||||
Nothing -> error "Failed to retrieve order from database"
|
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
|
when
|
||||||
(not (qpaid xO) &&
|
(not (qpaid xO) &&
|
||||||
qtotalZec xO == zamount x && z == qaddress xO) $ do
|
qtotalZec xO == zamount x && z == qaddress xO) $ do
|
||||||
|
|
Loading…
Reference in a new issue