Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 83dfc06

Browse files
authored
Alternative Signer Types (#686)
1 parent b561a41 commit 83dfc06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/glossary/multisig.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ Each additional signer beyond the master key increases the account's [minimum ba
5959

6060
You can require that a transaction have a particular signer that isn't associated with any of the accounts used in the transaction by including it in the [transaction validity precondition](./transactions.mdx#extra-signers). The extra signer applies only to that one transaction.
6161

62-
## Alternate Signature Types
62+
## Alternative Signer Types
6363

64-
To enable some advanced smart contract features there are a couple of additional signature types. These signature types also have weights and can be added and removed similarly to normal signature types. But rather than check a cryptographic signature for authorization they have a different method of proving validity to the network.
64+
To enable some advanced smart contract features there are a couple of additional signer types. These signer types also have weights and can be added and removed similarly to the regular ed25519 signer. But rather than check a cryptographic signature for authorization they have a different method of proving validity to the network.
6565

6666
### Pre-authorized Transaction
6767

0 commit comments

Comments
 (0)