fix: version handling in protocol-testing

This commit is contained in:
adrian
2025-09-16 08:58:51 +02:00
committed by Adrian Benavides
parent d728440048
commit 3332a88e6f
4 changed files with 50 additions and 11 deletions

View File

@@ -366,7 +366,7 @@ fn validate_state(
let mut decoder = TychoStreamDecoder::new();
let decoder_context = DecoderContext::new()
.vm_adapter_path(adapter_contract_path_str)
.vm_trace(vm_traces);
.vm_traces(vm_traces);
decoder.register_decoder_with_context::<EVMPoolState<PreCachedDB>>(
protocol_system,
decoder_context,