You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the PrependOnly mode for BytesInterpreter is always used in run.rs#L155. This means that user messages are not passed to the inner chain interpreter which is ChainInterpreter in this case for prepare calls (bytes.rs#L96).
As a result, the code responsible for selecting messages and checking the gas limit in chain.rs#L119does not currently execute.
The text was updated successfully, but these errors were encountered:
Currently, the
PrependOnly
mode forBytesInterpreter
is always used in run.rs#L155. This means that user messages are not passed to the inner chain interpreter which isChainInterpreter
in this case forprepare
calls (bytes.rs#L96).As a result, the code responsible for selecting messages and checking the gas limit in chain.rs#L119 does not currently execute.
The text was updated successfully, but these errors were encountered: