Skip to content

Commit 3254b3f

Browse files
committed
Typo in comment
1 parent b0b6a1a commit 3254b3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/handler/sign_psbt/sign_input.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ static bool __attribute__((noinline)) sign_transaction_input(dispatcher_context_
422422
size_t tweak_data_len = 0;
423423
const uint8_t *tapleaf_hash = NULL;
424424
if (!keyexpr_info->is_tapscript) {
425-
// keypath spend;
425+
// keypath spend
426426
if (isnull_policy_node_tree(&policy->tree)) {
427427
// tweak as specified in BIP-86 and BIP-386
428428
tweak_data = (uint8_t[]){};

0 commit comments

Comments
 (0)