Skip to content

Commit

Permalink
RGB20: fix requirements for issuedSupply
Browse files Browse the repository at this point in the history
issuedSupply is a required parameter in genesis and each issue state transition
Thus, there must always be at least one issuedSupply global value present.
  • Loading branch information
dr-orlovsky committed Jun 14, 2023
1 parent ebdad4a commit f06756c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnpbp-0020.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ interface RGB20
global created :: RGBTypes.Timestamp

-- State which accumulates amounts issued
global issuedSupply* :: Amount
global issuedSupply+ :: Amount
-- State which accumulates amounts burned
global burnedSupply* :: Amount
-- State which accumulates amounts burned and then replaced
Expand Down

0 comments on commit f06756c

Please sign in to comment.