From c45411bd7e2d88113ee33cd093f7d6bbac15ae87 Mon Sep 17 00:00:00 2001 From: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:05:43 -0500 Subject: [PATCH] Update transactions.md (#686) --- docs/core/transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/transactions.md b/docs/core/transactions.md index 4cf2554fa..68bcc3109 100644 --- a/docs/core/transactions.md +++ b/docs/core/transactions.md @@ -155,7 +155,7 @@ specifies the privileges of accounts included in the transaction's account address array. It is comprised of three bytes, each containing a u8 integer, which collectively specify: -1. The number of required signatures for the transaction. +1. The number of required signatures for the transaction and message version number. 2. The number of read-only account addresses that require signatures. 3. The number of read-only account addresses that do not require signatures.