Skip to content

Commit

Permalink
debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundnoble committed Jan 8, 2024
1 parent 92933c8 commit 902e6d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Pact/Native/Capabilities.hs
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ enforceVerifierDef = defRNative
enforceVerifier :: RNativeFun e
enforceVerifier i as = case as of
[TLitString verName] -> do
vs <- view eeMsgVerifiers
liftIO $ print vs
views eeMsgVerifiers (Map.lookup (VerifierName verName)) >>= \case
Just verCaps -> do
inCap <- defcapInStack Nothing
Expand Down

0 comments on commit 902e6d3

Please sign in to comment.