Skip to content

Commit

Permalink
Merge pull request #311 from liberland/fix-llm-docs
Browse files Browse the repository at this point in the history
Fix LLM docs
  • Loading branch information
DorianSternVukotic authored Aug 10, 2023
2 parents d37b3df + 8c35ebd commit 440da03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frame/llm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Accounts may freely transfer their not-locked LLM to other accounts.

* **Treasury**:
* gets `PreReleasedAmount` LLM on genesis and 10% of **Vault** balance periodically (_LLM Release Event_)
* derived from PalletID `py/trsry`: `5EYCAe5ijiYfyeZ2JJCGq56LmPyNRAKzpG4QkoQkkQNB5e6Z`
* derived from PalletID `lltreasu`: `5EYCAe5hveooUENA5d7dwq3caqM4LLBzktNumMKmhNRXu4JE`

* **Vault**:
* gets initial supply of LLM on genesis
Expand Down
2 changes: 1 addition & 1 deletion frame/llm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
//! * gets `PreReleasedAmount` LLM on genesis and 10% of **Vault** balance periodically (_LLM
//! Release Event_)
//! * may hold LLD
//! * derived from PalletID `py/trsry`: `5EYCAe5ijiYfyeZ2JJCGq56LmPyNRAKzpG4QkoQkkQNB5e6Z`
//! * derived from PalletID `lltreasu`: `5EYCAe5hveooUENA5d7dwq3caqM4LLBzktNumMKmhNRXu4JE`
//!
//! * **Vault**:
//! * gets initial supply of LLM on genesis
Expand Down

0 comments on commit 440da03

Please sign in to comment.