We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab365f commit 2db5bf5Copy full SHA for 2db5bf5
substrate/frame/dap-satellite/src/lib.rs
@@ -309,7 +309,7 @@ impl<T: Config> BurnHandler<T::AccountId, BalanceOf<T>> for Pallet<T> {
309
310
// Mark funds as inactive so they don't participate in governance voting.
311
// TODO: When implementing XCM transfer to AssetHub, call `reactivate(amount)` before
312
- // sending.
+ // sending. On AssetHub, DAP will call `deactivate` again with AssetHub's own accounting.
313
T::Currency::deactivate(actual);
314
315
Ok(actual)
0 commit comments