Skip to content
Snippets Groups Projects
Commit aeff5626 authored by thiolliere's avatar thiolliere Committed by GitHub
Browse files

remove outdated comment (#8442)

parent ee8e7f1b
No related merge requests found
......@@ -1495,8 +1495,6 @@ impl<T: Config> Pallet<T> {
Account::<T>::try_mutate(id, &dest, |a| -> DispatchResult {
let new_balance = a.balance.saturating_add(amount);
// This is impossible since `new_balance > amount > min_balance`, but we can
// handle it, so we do.
ensure!(new_balance >= details.min_balance, Error::<T>::BalanceLow);
if a.balance.is_zero() {
......
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