Skip to content

Commit d511dad

Browse files
committed
Remove unneeded comment
1 parent 8b14a60 commit d511dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/proxy/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ pub mod pallet {
455455
T::AnnouncementDepositFactor::get(),
456456
pending.len(),
457457
)?
458-
.ok_or(Error::<T>::AnnouncementDepositInvariantViolated)?; // <- new error instead of expect
458+
.ok_or(Error::<T>::AnnouncementDepositInvariantViolated)?;
459459

460460
*deposit = new_deposit;
461461
Ok::<(), DispatchError>(())

0 commit comments

Comments
 (0)