Merge pull request #539 from maxgiraldo/2021-01-transaction-ntxid-doc-fix
docs: fix quotes in Transaction#ntxid description
This commit is contained in:
commit
0bbecb28e0
|
@ -268,7 +268,7 @@ pub struct Transaction {
|
||||||
|
|
||||||
impl Transaction {
|
impl Transaction {
|
||||||
/// Computes a "normalized TXID" which does not include any signatures.
|
/// 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.
|
/// another in the sense of having same inputs and outputs.
|
||||||
pub fn ntxid(&self) -> sha256d::Hash {
|
pub fn ntxid(&self) -> sha256d::Hash {
|
||||||
let cloned_tx = Transaction {
|
let cloned_tx = Transaction {
|
||||||
|
|
Loading…
Reference in New Issue