mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
Report failure to sign psbt inputs by hsmd
This commit is contained in:
parent
e7bf52980b
commit
c85bce94be
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user