mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 17:51:33 +02:00
multi: bump btcd version.
The new SignCompact return values had to be adopted across the code base.
This commit is contained in:
@@ -69,7 +69,8 @@ func (s *SecretKeyRing) SignMessageCompact(_ keychain.KeyLocator,
|
||||
} else {
|
||||
digest = chainhash.HashB(msg)
|
||||
}
|
||||
return ecdsa.SignCompact(s.RootKey, digest, true)
|
||||
|
||||
return ecdsa.SignCompact(s.RootKey, digest, true), nil
|
||||
}
|
||||
|
||||
// SignMessageSchnorr signs the passed message and ignores the KeyDescriptor.
|
||||
|
Reference in New Issue
Block a user