docs: fix quotes in Transaction#ntxid description

Insert double quotes instead of a combination of single quote
and backtick.
This commit is contained in:
Max Giraldo 2021-01-01 05:52:23 -08:00
parent ed9856f800
commit 06dc0041c2
1 changed files with 1 additions and 1 deletions

View File

@ -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 {