Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update white-paper.md #325

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions white-paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ Like project supporters, tea tasters can influence a project and package maintai

The registration of a project release requires multiple transactions to occur atomically. Specifically:

* The package maintainer must register the project with the decentralized registry,
* The tea Protocol must instantiate a project treasury owned, controlled, and configured by the package maintainers according to the rules defined by the package maintainers, and
* The package maintainer must register the project with the decentralized registry.
* The tea Protocol must instantiate a project treasury owned, controlled, and configured by the package maintainers according to the rules defined by the package maintainers.
* The tea Protocol must register the treasury’s unique name with the Ethereum Naming Service, or ENS, thus simplifying all user interactions with the treasury.

Failure of any one of the operations will result in the protocol reverting to its previous state.
Expand Down