We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47610be commit 287082dCopy full SHA for 287082d
1 file changed
app/src/main/java/org/hyperledger/besu/cli/options/storage/DataStorageOptions.java
@@ -61,8 +61,7 @@ public class DataStorageOptions implements CLIOptions<DataStorageConfiguration>
61
62
@CommandLine.Option(
63
names = {HASH_STORE_PREIMAGE_ENABLED},
64
- description =
65
- "Whether to enable preimage storage. (default: ${DEFAULT-VALUE}).",
+ description = "Whether to enable preimage storage. (default: ${DEFAULT-VALUE}).",
66
arity = "1")
67
private Boolean hashStorePreimagesEnabled = DEFAULT_HASH_PREIMAGE_STORAGE_ENABLED;
68
0 commit comments