pallet-swap-action: Change `BalanceSwapAction` signature
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
18334ee1
Please register or sign in to comment