Skip to content

Commit a8f92cb

Browse files
author
Tore Kasper Frederiksen
committed
Merge branch 'new_ercs' of https://github.com/TokenScript/TokenScript into new_ercs
2 parents f90e119 + 89bc557 commit a8f92cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ERCs/ERC5XX0 draft.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If instead the `scriptURI` points to a mutable location, it can be updated witho
6363
#### Overview
6464

6565
With the discussion above in mind we outline the solution proposed by this ERC. For this purpose we consider the following variables:
66-
- `SCPrivKey`: The private signing key to administrate a smart contract implementing this ERC, which is associated with the tokens issued.
66+
- `SCPrivKey`: The private signing key to administrate a smart contract implementing this ERC. Note that this doesn't have to be a new key especially added for this ERC. Most smart contracts made today already have an administration key to manage the tokens issued. It can be used to update the `scriptURI`.
6767
- `script`: The script supplying additional functionality to the tokens.
6868

6969
With these variables in mind we can describe the life cycle of the `scriptURI` functionality:

0 commit comments

Comments
 (0)