Skip to content

Commit

Permalink
docs: correct spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorenflo authored Oct 31, 2024
1 parent 03f7fb4 commit fa1fdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interchain-token-service/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub enum ExecuteMsg {
SetChainConfig {
chain: ChainNameRaw,
max_uint: nonempty::Uint256, // The maximum uint value that is supported by the chain's token standard
max_target_decimals: u8, // The maximum number of decimals that is preserved when deploying a token to anothe chain where smaller uint values are used
max_target_decimals: u8, // The maximum number of decimals that is preserved when deploying a token to another chain where smaller uint values are used
},
}

Expand Down

0 comments on commit fa1fdb2

Please sign in to comment.