mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 14:22:25 +00:00
backout no-longer required unrelated change
This commit is contained in:
parent
72744c9464
commit
d2664121b9
@ -22,7 +22,7 @@ def print_keypair(options):
|
||||
|
||||
class DerivePubkeyOptions(BaseOptions):
|
||||
def parseArgs(self, privkey):
|
||||
self.privkey = privkey.encode("ascii")
|
||||
self.privkey = privkey
|
||||
|
||||
def getSynopsis(self):
|
||||
return "Usage: tahoe [global-options] admin derive-pubkey PRIVKEY"
|
||||
|
Loading…
Reference in New Issue
Block a user