pallet-swap-action: Change `BalanceSwapAction` signature (#6580)
Instead of requiring `T: Trait` in `BalanceSwapAction`, we directly depend on `AccountId`. This fixes a compilation error on wasm, where `Runtime` does not implement `Debug`, but `BalanceSwapAction` required it.
parent
c9fd0c96
Please register or sign in to comment