Add debugging for memo parsing
This commit is contained in:
parent
e99db85feb
commit
feea097405
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'
|
if m_payment zM'
|
||||||
then upsertPayment pipe (c_dbName config) tx
|
then upsertPayment pipe (c_dbName config) tx
|
||||||
else access pipe master (c_dbName config) $ upsertZGoTx "txs" tx
|
else access pipe master (c_dbName config) $ upsertZGoTx "txs" tx
|
||||||
Left e -> error "Failed to parse ZGo memo"
|
Left e -> error $ "Failed to parse ZGo memo: " ++ show e
|
||||||
|
|
||||||
-- |Type to model a price in the ZGo database
|
-- |Type to model a price in the ZGo database
|
||||||
data ZGoPrice =
|
data ZGoPrice =
|
||||||
|
|
Loading…
Reference in a new issue