We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15d418 commit d80b1bfCopy full SHA for d80b1bf
contracts/Vault.sol
@@ -19,7 +19,8 @@ import "./vault/VaultBase.sol";
19
/// controller.
20
///
21
/// An account has a balance, of which a part can be designated. Designated
22
-/// tokens can no longer be transfered to another account.
+/// tokens can no longer be transfered to another account, although they can be
23
+/// burned.
24
/// Accounts are identified by the address of the account holder, and an id that
25
/// can be used to create different accounts for the same holder.
26
0 commit comments