Skip to content

Commit

Permalink
fix wasm compilation
Browse files Browse the repository at this point in the history
Signed-off-by: ozkanonur <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Nov 15, 2022
1 parent 6dacb0e commit ca78834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm2src/coins/tendermint/rpc/tendermint_wasm_rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub use tendermint_rpc::Order;
use tendermint_rpc::Response;

#[derive(Debug, Clone)]
pub(crate) struct HttpClient {
pub struct HttpClient {
uri: String,
}

Expand Down

0 comments on commit ca78834

Please sign in to comment.