Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion runtime/hydradx/src/assets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ impl SufficiencyCheck {
/// If user's fee asset is not sufficient asset, it calculates ED amount in DOT and transfers it to treasury through a swap
///
/// Function also locks corresponding HDX amount in the treasury because returned ED to the users
/// when the account is killed is in the HDX. We are collecting little bit more (currencty 10%)than
/// when the account is killed is in the HDX. We are collecting little bit more (currently 10%) than
/// we are paying back when account is killed.
///
/// We assume account already paid ED if it holds transferred insufficient asset so additional
Expand Down