mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-27 02:16:41 +02:00
multi: bump btcd version.
The new SignCompact return values had to be adopted across the code base.
This commit is contained in:
@@ -587,7 +587,7 @@ func AddInvoice(ctx context.Context, cfg *AddInvoiceConfig,
|
||||
|
||||
return ecdsa.SignCompact(
|
||||
ephemKey, chainhash.HashB(msg), true,
|
||||
)
|
||||
), nil
|
||||
},
|
||||
})
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user