Skip to content

Commit

Permalink
fix tests, add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcardon committed May 17, 2024
1 parent 2456aa2 commit d4b0691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pact/Pact/Core/Environment/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ data EvalEnv b i
, _eeGasModel :: GasModel b
-- ^ The current gas model
, _eeSPVSupport :: SPVSupport
-- ^ The SPV backend
} deriving (Generic)

instance (NFData b, NFData i) => NFData (EvalEnv b i)
Expand Down
1 change: 1 addition & 0 deletions pact/Pact/Core/Serialise/CBOR_V1.hs
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,7 @@ instance Serialise CoreBuiltin where
127 -> pure CoreFloorPrec
128 -> pure CoreCond
129 -> pure CoreIdentity
130 -> pure CoreVerifySPV
_ -> fail "unexpected decoding"


Expand Down

0 comments on commit d4b0691

Please sign in to comment.