From 06dc0041c25c67432358119f663f7c944a59ba1d Mon Sep 17 00:00:00 2001 From: Max Giraldo Date: Fri, 1 Jan 2021 05:52:23 -0800 Subject: [PATCH] docs: fix quotes in Transaction#ntxid description Insert double quotes instead of a combination of single quote and backtick. --- src/blockdata/transaction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blockdata/transaction.rs b/src/blockdata/transaction.rs index bcfefa5f..55d4cd58 100644 --- a/src/blockdata/transaction.rs +++ b/src/blockdata/transaction.rs @@ -268,7 +268,7 @@ pub struct Transaction { impl Transaction { /// Computes a "normalized TXID" which does not include any signatures. - /// This gives a way to identify a transaction that is ``the same'' as + /// This gives a way to identify a transaction that is "the same" as /// another in the sense of having same inputs and outputs. pub fn ntxid(&self) -> sha256d::Hash { let cloned_tx = Transaction {