Commit 69cc5bd5 authored by zhiqiangxu's avatar zhiqiangxu Committed by GitHub

fix RunStopAtPreimageLargerThanFlag (#13326)

parent 34d5f66a
......@@ -83,7 +83,7 @@ var (
Usage: "stop at the first preimage request matching this type",
Required: false,
}
RunStopAtPreimageLargerThanFlag = &cli.StringFlag{
RunStopAtPreimageLargerThanFlag = &cli.IntFlag{
Name: "stop-at-preimage-larger-than",
Usage: "stop at the first step that requests a preimage larger than the specified size (in bytes)",
Required: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment