htlcswitch/test: replace mock server delta with constant

This commit is contained in:
carla
2020-01-30 10:01:10 +02:00
parent bed485f0a9
commit c08377d303
2 changed files with 73 additions and 24 deletions

View File

@@ -39,6 +39,7 @@ import (
const (
testStartingHeight = 100
testDefaultDelta = 6
)
// concurrentTester is a thread-safe wrapper around the Fatalf method of a