Skip to content

Commit d80b1bf

Browse files
markspanbroekAuHau
andcommitted
vault: clarification
Co-Authored-by: Adam Uhlíř <adam@uhlir.dev>
1 parent a15d418 commit d80b1bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contracts/Vault.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ import "./vault/VaultBase.sol";
1919
/// controller.
2020
///
2121
/// An account has a balance, of which a part can be designated. Designated
22-
/// tokens can no longer be transfered to another account.
22+
/// tokens can no longer be transfered to another account, although they can be
23+
/// burned.
2324
/// Accounts are identified by the address of the account holder, and an id that
2425
/// can be used to create different accounts for the same holder.
2526
///

0 commit comments

Comments
 (0)