Skip to content

Commit

Permalink
test/e2e/chain-id-change: node can start-up without genesis chain ID
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Sep 25, 2024
1 parent 98ec685 commit d269374
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/tests/src/e2e/ledger_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2721,6 +2721,9 @@ fn test_genesis_chain_id_change() -> Result<()> {
None,
);

// Unset the chain ID - the transaction signatures have been validated at
// init-network so we don't need it anymore
env::remove_var(config::genesis::transactions::NAMADA_GENESIS_TX_ENV_VAR);
// Start the ledger as a validator
let _bg_validator_0 =
start_namada_ledger_node_wait_wasm(&test, Some(0), Some(40))?
Expand Down

0 comments on commit d269374

Please sign in to comment.