Merge pull request #539 from maxgiraldo/2021-01-transaction-ntxid-doc-fix

docs: fix quotes in Transaction#ntxid description
This commit is contained in:
Andrew Poelstra 2021-01-03 22:45:11 +00:00 committed by GitHub
commit 0bbecb28e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {