Unified Address support #8

Merged
pitmutt merged 61 commits from dev18 into master 2023-10-28 12:24:28 +00:00
Showing only changes of commit a3eb5d29ee - Show all commits

View file

@ -2016,8 +2016,9 @@ scanTxNative config pipe = do
case zM of
Right m -> do
case m_orderId m of
Nothing -> return ()
Nothing -> print "Not an order Tx"
Just orderId -> do
print orderId
o <- access p master dbName $ findOrderById (T.unpack orderId)
let xOrder = o >>= (cast' . Doc)
case xOrder of