Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 4df1054

Browse files
gavofyorkNikVolf
andauthored
Update frame/assets/src/lib.rs
Co-authored-by: Nikolay Volf <nikvolf@gmail.com>
1 parent 8bae97f commit 4df1054

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frame/assets/src/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,9 @@ pub struct AssetDetails<
183183
freezer: AccountId,
184184
/// The total supply across all accounts.
185185
supply: Balance,
186-
/// The balance deposited for this asset; this pays for the data stored here together with any
187-
/// virtual accounts.
186+
/// The balance deposited for this asset.
187+
///
188+
/// This pays for the data stored here together with any virtual accounts.
188189
deposit: DepositBalance,
189190
/// The number of balance-holding accounts that this asset may have, excluding those that were
190191
/// created when they had a system-level ED.

0 commit comments

Comments
 (0)