Skip to content

Commit

Permalink
enable BNC transfer (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc authored Oct 16, 2021
1 parent 986e606 commit 6433121
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions runtime/karura/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,19 +212,6 @@ impl Contains<Call> for BaseCallFilter {
return false;
}

let is_bnc_transfer = matches!(
call,
Call::Currencies(module_currencies::Call::transfer(
_,
CurrencyId::Token(TokenSymbol::BNC),
_
))
);
if is_bnc_transfer {
// BNC transfer disabled by request of Bifrost team
return false;
}

true
}
}
Expand Down

0 comments on commit 6433121

Please sign in to comment.