Skip to content

Commit

Permalink
Merge pull request #934 from anoma/fix/933_minor_inconsistent_formatt…
Browse files Browse the repository at this point in the history
…ing_in_docs

fix/933 minor inconsistent formatting in docs
  • Loading branch information
cwgoes authored Dec 20, 2022
2 parents 8b76cdc + 4b50ddd commit 36ceaa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/specs/src/base-ledger/default-account.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Default account
# Default account

The default account validity predicate authorises transactions on the basis of a cryptographic signature.
2 changes: 1 addition & 1 deletion documentation/specs/src/base-ledger/fungible-token.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Fungible token
# Fungible token

The fungible token validity predicate authorises token balance changes on the basis of conservation-of-supply and approval-by-sender.
2 changes: 1 addition & 1 deletion documentation/specs/src/base-ledger/multisignature.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To verify the correctness of the signatures, this VP will proceed with a two-ste

Step 1 allows us to short-circuit the validation process and avoid unnecessary processing and storage access. Each signature will be validated **only** against the public key found in the list at the specified index. Step 2 will halt as soon as it retrieves enough valid signatures to match the threshold, meaning that the remaining signatures will not be verified.

## Addresses
## Addresses

The vp introduced in the previous section is available for `established` addresses. To generate a multisig account we need to modify the `InitAccount` struct to support multiple public keys and a threshold, as follows:

Expand Down

0 comments on commit 36ceaa8

Please sign in to comment.