Minor: delete dead field

This commit is contained in:
Mike Hearn 2016-05-11 17:23:58 +02:00 committed by Mike Hearn
parent b714a09881
commit c5f7849689

View File

@ -27,7 +27,6 @@ import java.nio.file.Files
import java.nio.file.Path
import java.security.KeyPair
import java.time.Clock
import java.time.Duration
import java.time.Instant
import java.util.*
@ -45,8 +44,6 @@ abstract class AbstractNode(val dir: Path, val configuration: NodeConfiguration,
val PUBLIC_IDENTITY_FILE_NAME = "identity-public"
}
val networkMapServiceCallTimeout: Duration = Duration.ofSeconds(1)
// TODO: Persist this, as well as whether the node is registered.
/**
* Sequence number of changes sent to the network map service, when registering/de-registering this node