Skip to content

Commit

Permalink
use default value for komodo_proxy (#2192)
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <[email protected]>
  • Loading branch information
onur-ozkan authored Aug 16, 2024
1 parent 8b1170d commit 8dfd0a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mm2src/coins/tendermint/tendermint_coin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ impl TendermintKeyPair {
#[derive(Clone, Deserialize)]
pub struct RpcNode {
url: String,
#[serde(default)]
komodo_proxy: bool,
}

Expand Down

0 comments on commit 8dfd0a9

Please sign in to comment.