Skip to content

Commit

Permalink
fix module doc positioning
Browse files Browse the repository at this point in the history
Signed-off-by: ozkanonur <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Mar 9, 2023
1 parent bb892c3 commit da58257
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mm2src/coins/tendermint/tendermint_token.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! Module containing implementation for Tendermint Tokens. They include native assets + IBC

use super::ibc::transfer_v1::MsgTransfer;
use super::ibc::IBC_GAS_LIMIT_DEFAULT;
/// Module containing implementation for Tendermint Tokens. They include native assets + IBC
use super::{TendermintCoin, TendermintFeeDetails, GAS_LIMIT_DEFAULT, MIN_TX_SATOSHIS, TIMEOUT_HEIGHT_DELTA,
TX_DEFAULT_MEMO};
use crate::rpc_command::tendermint::IBCWithdrawRequest;
Expand Down

0 comments on commit da58257

Please sign in to comment.