Skip to content

Commit

Permalink
Disable NOM fee for nBTC eth transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
keppel committed Oct 31, 2024
1 parent 0216e39 commit 70ee32a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ impl InnerApp {
) -> Result<()> {
#[cfg(feature = "ethereum")]
{
disable_fee();
let signer = self.signer()?;
let mut coins = self.bitcoin.accounts.withdraw(signer, amount)?;

Expand Down

0 comments on commit 70ee32a

Please sign in to comment.