mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
sweepbatcher: wrap error from MuSig2CreateSession
Make it more clear in the logs, what is the source of the error.
This commit is contained in:
parent
99d3fd520e
commit
822e4746c1
1 changed files with 2 additions and 1 deletions
|
|
@ -996,7 +996,8 @@ func (b *batch) coopSignBatchTx(ctx context.Context, packet *psbt.Packet,
|
|||
),
|
||||
)
|
||||
if err != nil {
|
||||
return err
|
||||
return fmt.Errorf("signerClient.MuSig2CreateSession "+
|
||||
"failed: %w", err)
|
||||
}
|
||||
|
||||
// With the session active, we can now send the server our
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue