From 4386ccd842cd97f1e500eeeadb41d133cd0cc906 Mon Sep 17 00:00:00 2001 From: Dustin Dettmer Date: Wed, 2 Mar 2022 16:34:21 -0600 Subject: [PATCH] bitcoin: Comment typo fix --- bitcoin/tx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin/tx.h b/bitcoin/tx.h index 0d0e7e414..cb0903ccf 100644 --- a/bitcoin/tx.h +++ b/bitcoin/tx.h @@ -115,7 +115,7 @@ int bitcoin_tx_add_input(struct bitcoin_tx *tx, struct amount_sat amount, const u8 *scriptPubkey, const u8 *input_wscript); -/* This helps is useful because wally uses a raw byte array for txids */ +/* This is useful because wally uses a raw byte array for txids */ bool wally_tx_input_spends(const struct wally_tx_input *input, const struct bitcoin_outpoint *outpoint);