UnexpectedStoreBytecodeHash

Git Source

Thrown when the RainterpreterNPE2 is constructed with unknown store bytecode.

error UnexpectedStoreBytecodeHash(bytes32 expectedBytecodeHash, bytes32 actualBytecodeHash);

Parameters

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