Skip to content

Commit

Permalink
upgraded pallet-mux
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed May 13, 2024
1 parent f302388 commit a38bfb6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
25 changes: 25 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ members = [
#"pallets/restricted-xtokens",
"pallets/rewards",
"pallets/swaps",
#"pallets/token-mux",
"pallets/token-mux",
#"pallets/transfer-allowlist",
#"runtime/altair",
#"runtime/centrifuge",
Expand Down
1 change: 0 additions & 1 deletion pallets/token-mux/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ use frame_support::traits::fungibles::{Inspect, Mutate};
use frame_system::RawOrigin;
use orml_traits::asset_registry::{Inspect as OrmlInspect, Mutate as OrmlMutate};
use sp_arithmetic::traits::{One, Zero};
use sp_std::vec; // required for #[benchmarks]

use super::*;

Expand Down

0 comments on commit a38bfb6

Please sign in to comment.