Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu committed Nov 12, 2024
1 parent 0458214 commit 742664f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions locked-asset/token-unstake/src/unbond_tokens.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ pub trait UnbondTokensModule:

self.handle_single_unbond_entry(&entry, &mut penalty_tokens);

let unlocked_tokens = entry.unlocked_tokens;
output_payments.push(unlocked_tokens);
output_payments.push(entry.unlocked_tokens);
user_entries.remove(0);
}

Expand Down

0 comments on commit 742664f

Please sign in to comment.