From 0d241ee187f001eb98ccef8ec3abd6a89b9ee9fa Mon Sep 17 00:00:00 2001 From: Dusty Daemon Date: Mon, 11 Nov 2024 11:17:26 +1030 Subject: [PATCH] psbt: comment typo fix --- bitcoin/psbt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin/psbt.h b/bitcoin/psbt.h index b313cc028..c8c341423 100644 --- a/bitcoin/psbt.h +++ b/bitcoin/psbt.h @@ -180,7 +180,7 @@ WARN_UNUSED_RESULT bool psbt_input_set_signature(struct wally_psbt *psbt, size_t /* Returns false on error. On success, *signature_found is set to true if the * input has a signature present for `pubkey` and false if if one was not found. - * Only ignature presence is checked, is not validated. */ + * Only signature presence is checked, it is not validated. */ WARN_UNUSED_RESULT bool psbt_input_have_signature(const struct wally_psbt *psbt, size_t in, const struct pubkey *pubkey,