Skip to content
Snippets Groups Projects

#89: Implement revocation command

Merged matograine requested to merge 89_revoke into dev
Compare and
12 files
+ 2075
13
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -48,3 +48,7 @@ class HeadBlock:
@@ -48,3 +48,7 @@ class HeadBlock:
def get_head(self):
def get_head(self):
client = ClientInstance().client
client = ClientInstance().client
return client(blockchain.current)
return client(blockchain.current)
 
 
 
def get_currency():
 
return (HeadBlock().head_block)["currency"]
Loading