UnexpectedInterpreterBytecodeHash

Git Source

Thrown when the RainterpreterExpressionDeployerNPE2 is constructed with unknown interpreter bytecode.

error UnexpectedInterpreterBytecodeHash(bytes32 expectedBytecodeHash, bytes32 actualBytecodeHash);

Parameters

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