Skip to content

Proto/Michelson: fix DIP error message

As reported in cryptiumlabs/tezos#100, unlike DROP n, DUG n, etc., DIP n with a wrong constant gave an error message about a wrong arity. This MR fixes it to an error message about the expected constant instead.

Merge request reports