X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fchain%2Ftransaction.rs;h=227afa0de68e35bf8a104ea913f6ce7e2c6b0db0;hb=7f6c31ea15ca0042da0dd50f9e0819065eb00757;hp=f89b6080600a46b32bcbc5afc4ff66cafdd39c42;hpb=4330ae5d4f1fefeb7f211360354fb04eb8480351;p=rust-lightning diff --git a/src/chain/transaction.rs b/src/chain/transaction.rs index f89b6080..227afa0d 100644 --- a/src/chain/transaction.rs +++ b/src/chain/transaction.rs @@ -13,7 +13,7 @@ pub struct OutPoint { } impl OutPoint { - /// Creates a new `OutPoint` from the txid an the index. + /// Creates a new `OutPoint` from the txid and the index. pub fn new(txid: Sha256dHash, index: u16) -> OutPoint { OutPoint { txid, index } }