mirror of
https://github.com/corda/corda.git
synced 2025-06-24 02:04:12 +00:00
Merge branch 'feature/EG-177' of https://github.com/corda/corda into feature/EG-177
This commit is contained in:
@ -117,7 +117,7 @@ class NetworkMapServer(private val pollInterval: Duration,
|
||||
// Mapping from the UUID of the network (null for global one) to hashes of the nodes in network
|
||||
private val networkMaps = mutableMapOf<UUID?, MutableSet<SecureHash>>()
|
||||
val latestAcceptedParametersMap = mutableMapOf<PublicKey, SecureHash>()
|
||||
private val signedNetParams by lazy { networkMapCertAndKeyPair.sign(networkParameters) }
|
||||
private val signedNetParams get() = networkMapCertAndKeyPair.sign(networkParameters)
|
||||
|
||||
@POST
|
||||
@Path("publish")
|
||||
|
Reference in New Issue
Block a user