mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-26 22:17:51 +01:00
switch: remove unused code
This commit is contained in:
@@ -122,7 +122,7 @@ func TestDecayedLogGarbageCollector(t *testing.T) {
|
||||
time.Sleep(500 * time.Millisecond)
|
||||
|
||||
// Assert that hashedSecret is not in the sharedHashBucket
|
||||
val, err = d.Get(hashedSecret)
|
||||
_, err = d.Get(hashedSecret)
|
||||
if err == nil {
|
||||
t.Fatalf("CLTV was not deleted")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user