From bf2211b8dc58029b7d3805824429825e0effb63f Mon Sep 17 00:00:00 2001 From: yosinn1-blip Date: Sun, 24 May 2026 07:31:25 +0900 Subject: [PATCH] docs: fix alongside spelling in txgraph draft Signed-off-by: Yoshiki --- docs/1.1/protocol/specifications/txgraph-draft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.1/protocol/specifications/txgraph-draft.md b/docs/1.1/protocol/specifications/txgraph-draft.md index 2091f1cf80..7bbdb07b2a 100644 --- a/docs/1.1/protocol/specifications/txgraph-draft.md +++ b/docs/1.1/protocol/specifications/txgraph-draft.md @@ -82,7 +82,7 @@ Where `hashable` is any type for which a hashing serialization is defined. See [ **Rules:** 1. witness must be empty -2. Note: the body is a hash of the underlying data. The underlying data may not be known. If a transaction author wants to provide the underlying data, it must be done in the transport layer alongisde the actual transaction. +2. Note: the body is a hash of the underlying data. The underlying data may not be known. If a transaction author wants to provide the underlying data, it must be done in the transport layer alongside the actual transaction. ### xxx specify hash function for underlying data (w/ domain separation, prob)