UnexpectedParserBytecodeHash
Thrown when the RainterpreterNPE2
is constructed with unknown parser
bytecode.
error UnexpectedParserBytecodeHash(bytes32 expectedBytecodeHash, bytes32 actualBytecodeHash);
Parameters
Name | Type | Description |
---|---|---|
expectedBytecodeHash | bytes32 | The bytecode hash that was expected at the parser address upon construction. |
actualBytecodeHash | bytes32 | The bytecode hash that was found at the parser address upon construction. |