Skip to content

Commit

Permalink
The namespace isn't needed here, I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
0xd34df00d committed Nov 27, 2023
1 parent 0e42d17 commit 4a3bad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact-core/Pact/Core/Compile.hs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ evalModuleGovernance interp tl = do
lookupModule (Lisp._mInfo m) pdb mname >>= \case
Just targetModule -> do
term <- case _mGovernance targetModule of
KeyGov (KeySetName ksn) -> do
KeyGov (KeySetName ksn _mNs) -> do
let ksnTerm = Constant (LString ksn) info
ksrg = App (Builtin (liftRaw RawKeysetRefGuard) info) (pure ksnTerm) info
term = App (Builtin (liftRaw RawEnforceGuard) info) (pure ksrg) info
Expand Down

0 comments on commit 4a3bad5

Please sign in to comment.