Skip to content

Commit

Permalink
temp disable burn dex fee for zcoin
Browse files Browse the repository at this point in the history
  • Loading branch information
dimxy committed Jan 17, 2025
1 parent 1e24dcf commit ea4d046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm2src/coins/z_coin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ impl MarketCoinOps for ZCoin {

fn is_privacy(&self) -> bool { true }

fn should_burn_dex_fee(&self) -> bool { true }
fn should_burn_dex_fee(&self) -> bool { false } // TODO: enable when burn z_address fixed

fn is_trezor(&self) -> bool { self.as_ref().priv_key_policy.is_trezor() }
}
Expand Down

0 comments on commit ea4d046

Please sign in to comment.