Skip to content

Commit

Permalink
Spelling and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fr1t2 committed Jan 30, 2024
1 parent 2c7d451 commit f29d261
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/Use/Tools/messages/messages.md
@@ -1,5 +1,5 @@
---
docstatus: 30% # one of {DRAFT, 30%, 90%, COMPLETE}
docstatus: 90% # one of {DRAFT, 30%, 90%, COMPLETE}
id: messages
title: QRL Message Overview
hide_title: false
Expand Down
2 changes: 1 addition & 1 deletion docs/Use/Tools/multisig/multisig-generate.md
@@ -1,5 +1,5 @@
---
docstatus: 30% # one of {DRAFT, 30%, 90%, COMPLETE}
docstatus: 90% # one of {DRAFT, 30%, 90%, COMPLETE}
id: multisig-generate
title: Generate Multisig Address
hide_title: false
Expand Down
2 changes: 1 addition & 1 deletion docs/Use/Tools/multisig/multisig-spend-proposal.md
@@ -1,5 +1,5 @@
---
docstatus: 30% # one of {DRAFT, 30%, 90%, COMPLETE}
docstatus: 90% # one of {DRAFT, 30%, 90%, COMPLETE}
id: Multisig-spend-proposal
title: Multisig Spend Proposal
hide_title: false
Expand Down
6 changes: 3 additions & 3 deletions docs/Use/Tools/multisig/multisig-vote.md
@@ -1,5 +1,5 @@
---
docstatus: 30% # one of {DRAFT, 30%, 90%, COMPLETE}
docstatus: 90% # one of {DRAFT, 30%, 90%, COMPLETE}
id: multisig-vote
title: QRL Multi-Signature Vote
hide_title: false
Expand Down Expand Up @@ -44,9 +44,9 @@ From within an open wallet, select the "Tools" tab, select "Multisig" and find t

Select the transaction which you intend to vote on from the popup window. If no transactions are shown, either the spend proposal is still pending or the address is not associated with this multisig address. Ensure you have the correct address.

Once the correct transaction is selected, you will be presented with the spend proposal details and 2 options, APPROVE or REJECT. Select the intended vote here and verify the Fee and OTS are correct.
Once the correct transaction is selected, you will be presented with the spend proposal details and 2 options, APPROVE or REJECT. Select the intended vote here and verify the Fee and OTS are correct.

Confirm and validate the information is correct, then select the "Click To Send" button at the bottom of this page.
Confirm and validate the information is correct, then select the "Click To Send" button at the bottom of this page.

This will register the vote onto the chain, and count towards the threshold required to approve.

Expand Down
12 changes: 1 addition & 11 deletions docs/Use/Tools/multisig/multisig.md
@@ -1,5 +1,5 @@
---
docstatus: 30% # one of {DRAFT, 30%, 90%, COMPLETE}
docstatus: 90% # one of {DRAFT, 30%, 90%, COMPLETE}
id: multisig
title: QRL Multi-Signature Overview
hide_title: false
Expand Down Expand Up @@ -60,8 +60,6 @@ graph LR
end
```



## Important Concepts

There are a few nuances with multi-signature addresses that are good to know.
Expand Down Expand Up @@ -91,13 +89,9 @@ There are a few nuances with multi-signature addresses that are good to know.
| **Spend** | A proposal to spend funds allocated to the address, must be initiated by an address associated with the multisig address |
| **Expiry Block Number** | A block number in the future where, if the threshold is not met, the spend proposal expires without approval |



### Spend Proposal
![Spend Multisig Flow](./assets/img/spend-vote.png)



### OTS Key Usage

OTS keys are used at various stages and from various addresses in the lifetime of a multisig addresses. All transaction on-chain require a valid OTS key and is used from the address sending the transaction, regardless of the transaction type.
Expand All @@ -106,8 +100,6 @@ OTS keys are used at various stages and from various addresses in the lifetime o
- One key is used to create the spend tx (*spend vote initiator address*)
- one key is used for each vote of the multisig (*each signatory that votes*)



## References

- Create a new multisig address
Expand All @@ -117,8 +109,6 @@ OTS keys are used at various stages and from various addresses in the lifetime o
- Reject a spend proposal
- Multi-sig transaction type



## Multi-Signature Example Uses

Here are some examples of uses for multisig addresses.
Expand Down

0 comments on commit f29d261

Please sign in to comment.