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