UnexpectedParserBytecodeHash

Git Source

Thrown when the RainterpreterNPE2 is constructed with unknown parser bytecode.

error UnexpectedParserBytecodeHash(bytes32 expectedBytecodeHash, bytes32 actualBytecodeHash);

Parameters

NameTypeDescription
expectedBytecodeHashbytes32The bytecode hash that was expected at the parser address upon construction.
actualBytecodeHashbytes32The bytecode hash that was found at the parser address upon construction.