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
Commits
f56e5523
Commit
f56e5523
authored
3 years ago
by
matograine
Committed by
Moul
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[enh]
#413
create function get_currency
parent
3300af22
No related branches found
No related tags found
1 merge request
!170
#89: Implement revocation command
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
silkaj/blockchain_tools.py
+4
-0
4 additions, 0 deletions
silkaj/blockchain_tools.py
with
4 additions
and
0 deletions
silkaj/blockchain_tools.py
+
4
−
0
View file @
f56e5523
...
...
@@ -48,3 +48,7 @@ class HeadBlock:
def
get_head
(
self
):
client
=
ClientInstance
().
client
return
client
(
blockchain
.
current
)
def
get_currency
():
return
(
HeadBlock
().
head_block
)[
"
currency
"
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment