mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopout: add unit test for the MuSig2 sweep case
This commit is contained in:
parent
82b58e5c0e
commit
5d7b0abdf5
6 changed files with 244 additions and 37 deletions
|
|
@ -116,7 +116,7 @@ func (s *mockSigner) MuSig2Sign(context.Context, [32]byte, [32]byte,
|
|||
func (s *mockSigner) MuSig2CombineSig(context.Context, [32]byte,
|
||||
[][]byte) (bool, []byte, error) {
|
||||
|
||||
return false, nil, nil
|
||||
return true, nil, nil
|
||||
}
|
||||
|
||||
// MuSig2Cleanup removes a session from memory to free up resources.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue