Make fee helpers public (#777)

Co-authored-by: Drazen Urch <durch@users.noreply.guthub.com>
This commit is contained in:
Drazen Urch
2021-09-20 11:15:06 +02:00
committed by GitHub
parent 976dd7aae2
commit 8f6856d6fb
@@ -35,7 +35,7 @@ pub use signing_client::Client as SigningNymdClient;
pub mod cosmwasm_client;
pub mod error;
pub(crate) mod fee_helpers;
pub mod fee_helpers;
pub mod gas_price;
pub mod wallet;