Skip to content

Commit 89bc557

Browse files
author
Weiwu Zhang
committed
to make it clear ERC5XX0 doesn't require new key pairs at all
1 parent 7b0cec0 commit 89bc557

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)