Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
silkaj
Merge requests
!219
Organize commands into subcommands (
#430
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Organize commands into subcommands (
#430
)
430_cmds_orga
into
main
Overview
0
Commits
4
Pipelines
2
Changes
16
Merged
Moul
requested to merge
430_cmds_orga
into
main
2 years ago
Overview
0
Commits
4
Pipelines
2
Changes
16
Expand
Organize commands under groups
Update f() names used as commands
Rename commands name
Move
wot/wot
to
wot.status
Close
#430 (closed)
.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
0c5db65e
4 commits,
2 years ago
16 files
+
94
−
57
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
silkaj/blockchain/difficulty.py
+
1
−
1
Options
@@ -30,7 +30,7 @@ from silkaj.constants import ALL
@@ -30,7 +30,7 @@ from silkaj.constants import ALL
@click.command
(
@click.command
(
"
diffi
"
,
"
diffi
culty
"
,
help
=
"
Display the current Proof of Work difficulty level to generate the next block
"
,
help
=
"
Display the current Proof of Work difficulty level to generate the next block
"
,
)
)
def
difficulties
()
->
None
:
def
difficulties
()
->
None
:
Loading