Skip to content

Commit

Permalink
Report failure to sign psbt inputs by hsmd
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs authored and rustyrussell committed Mar 23, 2023
1 parent e7bf529 commit c85bce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hsmd/libhsmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ static void sign_our_inputs(struct utxo **utxos, struct wally_psbt *psbt)
sizeof(privkey.secret.data),
EC_FLAG_GRIND_R) != WALLY_OK) {
tal_wally_end(psbt);
hsmd_status_broken(
hsmd_status_failed(STATUS_FAIL_INTERNAL_ERROR,
"Received wally_err attempting to "
"sign utxo with key %s. PSBT: %s",
type_to_string(tmpctx, struct pubkey,
Expand Down

0 comments on commit c85bce9

Please sign in to comment.