Skip to content

Commit

Permalink
fix constructors for contract info
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevidela committed Nov 25, 2024
1 parent 942ea27 commit d9e7596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/src/Examples/Prisoner.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import OpenGames hiding (dependentDecision, fromFunctions, fromLens)
import OpenGames.Engine.HEVMGames
import OpenGames.Preprocessor hiding (Lit)

$(loadAll [ContractFileInfo "solidity/Prisonner.sol" [ContractInfo "Prison" "prison"]])
$(loadAll [mkContractFileInfo "solidity/Prisonner.sol" [mkContractInfo "Prison" "prison"]])

player1 = LitAddr 0x1234

Expand Down

0 comments on commit d9e7596

Please sign in to comment.