Skip to content

Commit 0f8d834

Browse files
remvove comment
1 parent f1bc28a commit 0f8d834

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pallets/stableswap/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,8 +1304,6 @@ pub mod pallet {
13041304
ensure!(peg_info.current.len() == pool.assets.len(), Error::<T>::IncorrectAssets);
13051305
peg_info.source[asset_index] = peg_source.clone();
13061306

1307-
// Price is always preserved when updating peg source
1308-
13091307
Self::deposit_event(Event::PoolPegSourceUpdated {
13101308
pool_id,
13111309
asset_id,

0 commit comments

Comments
 (0)