Add more debugging

This commit is contained in:
Rene Vergara 2024-07-01 14:50:07 -05:00
parent 14540ffb07
commit f7b7dc6a3f
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2

View file

@ -1994,6 +1994,7 @@ scanTxNative config pipe = do
txList <- mapM (getTxData nodeUser nodePwd) txIdList
print "filtering txs..."
let filteredTxList = map fromJust $ filter filterTx txList
print $ show filteredTxList
print "checking txs against keys..."
mapM_ (checkTx filteredTxList) ownerList
access pipe master (c_dbName config) $