|
|
@ -190,7 +190,7 @@ public abstract class BesuControllerBuilder<C> { |
|
|
|
checkNotNull(metricsSystem, "Missing metrics system"); |
|
|
|
checkNotNull(metricsSystem, "Missing metrics system"); |
|
|
|
checkNotNull(privacyParameters, "Missing privacy parameters"); |
|
|
|
checkNotNull(privacyParameters, "Missing privacy parameters"); |
|
|
|
checkNotNull(dataDirectory, "Missing data directory"); // Why do we need this?
|
|
|
|
checkNotNull(dataDirectory, "Missing data directory"); // Why do we need this?
|
|
|
|
checkNotNull(clock, "Mising clock"); |
|
|
|
checkNotNull(clock, "Missing clock"); |
|
|
|
checkNotNull(transactionPoolConfiguration, "Missing transaction pool configuration"); |
|
|
|
checkNotNull(transactionPoolConfiguration, "Missing transaction pool configuration"); |
|
|
|
checkNotNull(nodeKeys, "Missing node keys"); |
|
|
|
checkNotNull(nodeKeys, "Missing node keys"); |
|
|
|
checkNotNull(storageProvider, "Must supply a storage provider"); |
|
|
|
checkNotNull(storageProvider, "Must supply a storage provider"); |
|
|
|