Skip to content

Commit c85bce9

Browse files
instagibbsrustyrussell
authored andcommitted
Report failure to sign psbt inputs by hsmd
1 parent e7bf529 commit c85bce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hsmd/libhsmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ static void sign_our_inputs(struct utxo **utxos, struct wally_psbt *psbt)
499499
sizeof(privkey.secret.data),
500500
EC_FLAG_GRIND_R) != WALLY_OK) {
501501
tal_wally_end(psbt);
502-
hsmd_status_broken(
502+
hsmd_status_failed(STATUS_FAIL_INTERNAL_ERROR,
503503
"Received wally_err attempting to "
504504
"sign utxo with key %s. PSBT: %s",
505505
type_to_string(tmpctx, struct pubkey,

0 commit comments

Comments
 (0)