Skip to content

Commit 7480771

Browse files
committed
psbt: comment typo fix
1 parent 960b5db commit 7480771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitcoin/psbt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ WARN_UNUSED_RESULT bool psbt_input_set_signature(struct wally_psbt *psbt, size_t
180180

181181
/* Returns false on error. On success, *signature_found is set to true if the
182182
* input has a signature present for `pubkey` and false if if one was not found.
183-
* Only ignature presence is checked, is not validated. */
183+
* Only signature presence is checked, it is not validated. */
184184
WARN_UNUSED_RESULT bool psbt_input_have_signature(const struct wally_psbt *psbt,
185185
size_t in,
186186
const struct pubkey *pubkey,

0 commit comments

Comments
 (0)