Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Aug 23, 2023
1 parent d3f312e commit 6b66a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/consumer/converter/src/ibc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ pub(crate) fn add_validators_msg(
// TODO: not yet available in CosmWasm APIs. See https://github.com/CosmWasm/cosmwasm/issues/1828
pub_key: "TODO".to_string(),
// Use current height/time as start height/time (no slashing before mesh starts).
// These will be ignored on updates
// Warning: These will be updated as well when updating an already existing validator.
start_height: env.block.height,
start_time: env.block.time.seconds(),
})
Expand Down

0 comments on commit 6b66a6f

Please sign in to comment.