bitcoin: Comment typo fix

This commit is contained in:
Dustin Dettmer
2022-03-02 16:34:21 -06:00
committed by Rusty Russell
parent 7bfbe1492a
commit 4386ccd842

View File

@@ -115,7 +115,7 @@ int bitcoin_tx_add_input(struct bitcoin_tx *tx,
struct amount_sat amount, const u8 *scriptPubkey, struct amount_sat amount, const u8 *scriptPubkey,
const u8 *input_wscript); 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, bool wally_tx_input_spends(const struct wally_tx_input *input,
const struct bitcoin_outpoint *outpoint); const struct bitcoin_outpoint *outpoint);