We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b6a1a commit 3254b3fCopy full SHA for 3254b3f
1 file changed
src/handler/sign_psbt/sign_input.c
@@ -422,7 +422,7 @@ static bool __attribute__((noinline)) sign_transaction_input(dispatcher_context_
422
size_t tweak_data_len = 0;
423
const uint8_t *tapleaf_hash = NULL;
424
if (!keyexpr_info->is_tapscript) {
425
- // keypath spend;
+ // keypath spend
426
if (isnull_policy_node_tree(&policy->tree)) {
427
// tweak as specified in BIP-86 and BIP-386
428
tweak_data = (uint8_t[]){};
0 commit comments