Skip to content

Commit

Permalink
Support stop at precompile preimage type
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Apr 15, 2024
1 parent 2b465f1 commit 0c93348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rvgo/cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ func Run(ctx *cli.Context) error {
stopAtPreimageTypeByte = preimage.Sha256KeyType
case "blob":
stopAtPreimageTypeByte = preimage.BlobKeyType
case "precompile":
stopAtPreimageTypeByte = preimage.PrecompileKeyType
case "any":
stopAtAnyPreimage = true
case "":
Expand Down

0 comments on commit 0c93348

Please sign in to comment.