Skip to content

Commit

Permalink
disable Currencies::transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
ark930 committed Aug 28, 2021
1 parent e418a5a commit a20a35a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/bifrost/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ impl Filter<Call> for CallFilter {
Call::Vesting(_) => false,
Call::Tokens(_) => false,
Call::PhragmenElection(_) => false,
Call::Currencies(orml_currencies::Call::transfer_native_currency(..)) => false,
Call::Currencies(_) => false,
// Call::Currencies(orml_currencies::Call::transfer_native_currency(..)) => false,
_ => true,
}
}
Expand Down

0 comments on commit a20a35a

Please sign in to comment.