mirror of
https://github.com/corda/corda.git
synced 2024-12-27 08:22:35 +00:00
Patched doorman network parameters with empty list for now, and added a TODO.
This commit is contained in:
parent
d41b9a0299
commit
3d4e24a364
@ -68,5 +68,7 @@ internal fun parseNetworkParameters(configuration: NetworkParametersConfiguratio
|
||||
configuration.maxMessageSize,
|
||||
configuration.maxTransactionSize,
|
||||
Instant.now(),
|
||||
epoch)
|
||||
epoch,
|
||||
// TODO: Tudor, Michal - pass the actual network parameters where we figure out how
|
||||
emptyMap())
|
||||
}
|
Loading…
Reference in New Issue
Block a user