Skip to content

Commit

Permalink
Remove obsolete TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Mar 23, 2021
1 parent 5f751b0 commit 4187c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/src/upgrade_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub fn build_and_send_upgrade_chain_message(

let mut upgraded_client_state = ClientState::zero_custom_fields(client_state);
upgraded_client_state.latest_height = upgrade_height.increment();
upgraded_client_state.unbonding_period = Duration::from_secs(400 * 3600); // TODO add to options
upgraded_client_state.unbonding_period = Duration::from_secs(400 * 3600);

let raw_client_state = AnyClientState::Tendermint(upgraded_client_state);
let plan = Plan {
Expand Down

0 comments on commit 4187c40

Please sign in to comment.