File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pub type SP1Prover = dyn Prover<CpuProverComponents>;
2424/// Associated types let each program pick its own Input and Output context.
2525#[ async_trait]
2626pub trait ProgramProver {
27- /// Config implements the the BaseProverConfig trait while allowing per implementation extensions.
27+ /// Config implements the BaseProverConfig trait while allowing per implementation extensions.
2828 type Config : ProverConfig + Send + Sync + ' static ;
2929 /// Context needed to build the stdin for this program.
3030 type Input : Send + ' static ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ An SP1 program that verifies the existence of Hyperlane Messages against a given
1515| Name | Type | Description |
1616| ---| ---| ---|
1717| state_root | String | The state root of the execution client reth at the target height for verification |
18- | messages | [ String] | The ids of the Hyperlane messages that we proofed |
18+ | messages | [ String] | The ids of the Hyperlane messages that we proved |
1919
2020
2121## Usage
@@ -61,4 +61,4 @@ Run the `ev-hyperlane` binary in proving mode.
6161
6262` ` ` shell
6363RUST_LOG=info cargo run -p ev-hyperlane-script -release -- --prove ...
64- ` ` `
64+ ` ` `
You can’t perform that action at this time.
0 commit comments