Skip to content

Commit

Permalink
fix genesis time
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Jul 4, 2024
1 parent f401175 commit 5550adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test-framework/src/bootstrap/namada.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pub fn bootstrap_namada_node(
"--chain-prefix",
&chain_driver.chain_id.to_string(),
"--genesis-time",
"2023-01-01T00:00:00Z",
"2023-01-01T00:00:00.000000000+00:00",
"--templates-path",
templates_path,
"--wasm-checksums-path",
Expand Down

0 comments on commit 5550adf

Please sign in to comment.