mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-05 04:34:10 +00:00
put 'header' on pubkey
This commit is contained in:
parent
36c471fdef
commit
df88b9059f
@ -366,7 +366,7 @@ def _show_identity(gridoptions, options):
|
|||||||
assert gm_config is not None
|
assert gm_config is not None
|
||||||
|
|
||||||
gm = _load_gridmanager_config(gm_config)
|
gm = _load_gridmanager_config(gm_config)
|
||||||
print(gm.public_identity())
|
print("pub-v0-{}".format(gm.public_identity()))
|
||||||
|
|
||||||
|
|
||||||
def _add(gridoptions, options):
|
def _add(gridoptions, options):
|
||||||
|
Loading…
Reference in New Issue
Block a user