We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bc28a commit 0f8d834Copy full SHA for 0f8d834
1 file changed
pallets/stableswap/src/lib.rs
@@ -1304,8 +1304,6 @@ pub mod pallet {
1304
ensure!(peg_info.current.len() == pool.assets.len(), Error::<T>::IncorrectAssets);
1305
peg_info.source[asset_index] = peg_source.clone();
1306
1307
- // Price is always preserved when updating peg source
1308
-
1309
Self::deposit_event(Event::PoolPegSourceUpdated {
1310
pool_id,
1311
asset_id,
0 commit comments