Skip to content
Commit 1a516dee authored by Bastian Köcher's avatar Bastian Köcher
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment