Skip to content

Commit 2db5bf5

Browse files
committed
improve comment around transfer to DAP
1 parent 7ab365f commit 2db5bf5

File tree

1 file changed

+1
-1
lines changed
  • substrate/frame/dap-satellite/src

1 file changed

+1
-1
lines changed

substrate/frame/dap-satellite/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ impl<T: Config> BurnHandler<T::AccountId, BalanceOf<T>> for Pallet<T> {
309309

310310
// Mark funds as inactive so they don't participate in governance voting.
311311
// TODO: When implementing XCM transfer to AssetHub, call `reactivate(amount)` before
312-
// sending.
312+
// sending. On AssetHub, DAP will call `deactivate` again with AssetHub's own accounting.
313313
T::Currency::deactivate(actual);
314314

315315
Ok(actual)

0 commit comments

Comments
 (0)