Improve debugging info
This commit is contained in:
parent
feea097405
commit
8e05df0727
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ zToZGoTx' config pipe (ZcashTx t a aZ bh bt c conf m) = do
|
|||
if m_payment zM'
|
||||
then upsertPayment pipe (c_dbName config) tx
|
||||
else access pipe master (c_dbName config) $ upsertZGoTx "txs" tx
|
||||
Left e -> error $ "Failed to parse ZGo memo: " ++ show e
|
||||
Left e -> print $ "Failed to parse ZGo memo: " ++ show e
|
||||
|
||||
-- |Type to model a price in the ZGo database
|
||||
data ZGoPrice =
|
||||
|
|
Loading…
Reference in a new issue