Skip to content

Commit

Permalink
update dag_effective_height (#4385)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg authored Jan 27, 2025
1 parent 2de27e6 commit a118afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/src/genesis_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ pub static G_PROXIMA_CONFIG: Lazy<GenesisConfig> = Lazy::new(|| {
min_action_delay: 60 * 1000, // 1 minute
},
transaction_timeout: ONE_DAY,
dag_effective_height: 0u64,
dag_effective_height: u64::MAX,
}
});

Expand Down

0 comments on commit a118afe

Please sign in to comment.