Skip to content

Commit 00ed148

Browse files
committed
allow death
1 parent 2d9c6bb commit 00ed148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcm-support/src/currency_adapter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ impl<
161161
&CheckingAccount::get(),
162162
&who,
163163
amount,
164-
ExistenceRequirement::KeepAlive,
164+
ExistenceRequirement::AllowDeath,
165165
)
166166
.or_else(|err| DepositFailureHandler::on_deposit_currency_fail(err, currency_id, &who, amount)),
167167
// unknown asset

0 commit comments

Comments
 (0)