Skip to content

Commit

Permalink
Fixing Typo in validation error message (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hare <[email protected]>
  • Loading branch information
CjHare authored Sep 26, 2019
1 parent b79afb8 commit 50c0764
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public BesuController<C> build() {
checkNotNull(metricsSystem, "Missing metrics system");
checkNotNull(privacyParameters, "Missing privacy parameters");
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(nodeKeys, "Missing node keys");
checkNotNull(storageProvider, "Must supply a storage provider");
Expand Down

0 comments on commit 50c0764

Please sign in to comment.