Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mikael.beyene
pow
Commits
3a663cf9
Commit
3a663cf9
authored
Jul 10, 2021
by
mikael.beyene
Browse files
Fix explanation
parent
5cc4eb62
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/edu/kit/aifb/cii/pow/App.java
View file @
3a663cf9
...
...
@@ -42,7 +42,7 @@ public class App {
Options
options
=
parseArguments
(
args
);
if
(
options
==
null
)
return
;
// Try different targets. The maximum target is Integer.MAX (i.e., 2^3
2
-1)
// Try different targets. The maximum target is Integer.MAX (i.e., 2^3
1
-1)
int
target
=
(
int
)
(
Integer
.
MAX_VALUE
*
options
.
targetScaleFactor
);
Block
genesis
=
makeGenesisBlock
(
target
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment