We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d233c04 commit d61f207Copy full SHA for d61f207
1 file changed
staticaddr/loopin/manager_test.go
@@ -224,6 +224,8 @@ func TestInitiateLoopInAllowsReservedAutoloopLabel(t *testing.T) {
224
require.Equal(t, selectedDeposit.Value, quoteGetter.amount)
225
}
226
227
+// TestHandleLoopInSweepReqRejectsInvalidServerNonce ensures that a malformed
228
+// MuSig2 nonce returned by the server is rejected before it reaches the signer.
229
func TestHandleLoopInSweepReqRejectsInvalidServerNonce(t *testing.T) {
230
ctx := t.Context()
231
0 commit comments