Skip to content

Commit

Permalink
prettify import
Browse files Browse the repository at this point in the history
  • Loading branch information
dimazhornyk committed Oct 11, 2024
1 parent 637bbc2 commit 8efe86a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/node/da_clients/src/celestia/sdk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ use super::{
tx::v1beta1::{
mode_info::{Single, Sum},
service_client::ServiceClient as TxClient,
AuthInfo, Fee, ModeInfo, SignDoc, SignerInfo, Tx, TxBody,
AuthInfo, BroadcastMode, BroadcastTxRequest, Fee, GetTxRequest, ModeInfo, SignDoc,
SignerInfo, Tx, TxBody,
},
},
tendermint::types::{Blob as PbBlob, BlobTx},
};
use crate::celestia::cosmos::tx::v1beta1::{BroadcastMode, BroadcastTxRequest, GetTxRequest};

const UNITS_SUFFIX: &str = "utia";
pub const ADDRESS_LENGTH: usize = 20;
Expand Down

0 comments on commit 8efe86a

Please sign in to comment.