Add more debugging
This commit is contained in:
parent
14540ffb07
commit
f7b7dc6a3f
1 changed files with 1 additions and 0 deletions
|
@ -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) $
|
||||
|
|
Loading…
Reference in a new issue