Skip to content

Commit

Permalink
Add withdraw_fees to liquidity-related proxies
Browse files Browse the repository at this point in the history
  • Loading branch information
maltekliemann committed Feb 15, 2024
1 parent b56ad2f commit 29d0a31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,7 @@ macro_rules! impl_config_traits {
RuntimeCall::NeoSwaps(zrml_neo_swaps::Call::join { .. })
| RuntimeCall::NeoSwaps(zrml_neo_swaps::Call::exit { .. })
| RuntimeCall::NeoSwaps(zrml_neo_swaps::Call::deploy_pool { .. })
| RuntimeCall::NeoSwaps(zrml_neo_swaps::Call::withdraw_fees { .. })
),
ProxyType::BuySellCompleteSets => matches!(
c,
Expand All @@ -881,6 +882,7 @@ macro_rules! impl_config_traits {
| RuntimeCall::NeoSwaps(zrml_neo_swaps::Call::buy { .. })
| RuntimeCall::NeoSwaps(zrml_neo_swaps::Call::sell { .. })
| RuntimeCall::NeoSwaps(zrml_neo_swaps::Call::deploy_pool { .. })
| RuntimeCall::NeoSwaps(zrml_neo_swaps::Call::withdraw_fees { .. })
| RuntimeCall::PredictionMarkets(
zrml_prediction_markets::Call::buy_complete_set { .. }
)
Expand Down

0 comments on commit 29d0a31

Please sign in to comment.