Skip to content

Commit 5c8ae59

Browse files
authored
chore(CLI): remove genesis block retrieval (0xMiden#1384)
1 parent e6aaddd commit 5c8ae59

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bin/miden-cli/src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,7 @@ impl Cli {
187187
builder = builder.max_block_number_delta(delta);
188188
}
189189

190-
let mut client = builder.build().await?;
191-
192-
client.ensure_genesis_in_place().await?;
190+
let client = builder.build().await?;
193191

194192
// Execute CLI command
195193
match &self.action {

0 commit comments

Comments
 (0)