diff --git a/src/Nethermind/Nethermind.Evm/CallResult.cs b/src/Nethermind/Nethermind.Evm/CallResult.cs index c97fcf43601a..c1a58493446c 100644 --- a/src/Nethermind/Nethermind.Evm/CallResult.cs +++ b/src/Nethermind/Nethermind.Evm/CallResult.cs @@ -31,7 +31,7 @@ public CallResult(ReadOnlyMemory output, bool? precompileSuccess, bool sho ExceptionType = exceptionType; } - internal CallResult(EvmExceptionType exceptionType) + public CallResult(EvmExceptionType exceptionType) { StateToExecute = null; Output = StatusCode.FailureBytes;