Skip to content

Commit

Permalink
fix: expose fee estimation functions
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Mar 29, 2024
1 parent a544a09 commit 4d0670e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub use inscription::brc20::Brc20;
pub use inscription::nft::Nft;
pub use inscription::Inscription;
pub use result::OrdResult;
pub use utils::fees::MultisigConfig;
pub use utils::fees::{self, MultisigConfig};
pub use wallet::{
CreateCommitTransaction, CreateCommitTransactionArgs, ExternalSigner, OrdParser,
OrdTransactionBuilder, RevealTransactionArgs, Utxo, Wallet, WalletType,
Expand Down

0 comments on commit 4d0670e

Please sign in to comment.