Patched doorman network parameters with empty list for now, and added a TODO.

This commit is contained in:
sollecitom 2018-02-23 16:01:49 +00:00
parent d41b9a0299
commit 3d4e24a364

View File

@ -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())
}