Fixed typo in Docs ("transacton" -> "transaction") (#25260)

Co-authored-by: Arnold Lee <103599294+TamashiDev@users.noreply.github.com>
This commit is contained in:
ahlee42 2022-05-16 17:48:59 -04:00 committed by GitHub
parent 18c45a610c
commit 9c754d6c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ A fraction of a [block](#block); the smallest unit sent between [validators](#va
A 64-byte ed25519 signature of R (32-bytes) and S (32-bytes). With the requirement that R is a packed Edwards point not of small order and S is a scalar in the range of 0 <= S < L.
This requirement ensures no signature malleability. Each transaction must have at least one signature for [fee account](terminology#fee-account).
Thus, the first signature in transaction can be treated as [transacton id](#transaction-id)
Thus, the first signature in transaction can be treated as [transaction id](#transaction-id)
## skipped slot