Skip to content

Commit

Permalink
Use the strongly-typed rawdb.Target
Browse files Browse the repository at this point in the history
  • Loading branch information
eljobe committed Aug 20, 2024
1 parent d379969 commit e9bf293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staker/stateless_block_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ func (v *StatelessBlockValidator) RecordValidationInput(ctx context.Context, pos
if validator.SpawnerSupportsModule(spawner, moduleRoot) {
found = true
// Hardcoded to use wavm so that it can be read by the prover.
input, err := entry.ToInput([]string{"wavm"})
input, err := entry.ToInput([]rawdb.Target{rawdb.TargetWavm})
if err != nil {
return err
}
Expand Down

0 comments on commit e9bf293

Please sign in to comment.