Correct type for 'unsafe' flag
This commit is contained in:
parent
91d9654052
commit
65830cebed
@ -110,7 +110,7 @@ class Arg(BaseArg):
|
|||||||
self.add('i', 'chain_spec', help='Chain specification string')
|
self.add('i', 'chain_spec', help='Chain specification string')
|
||||||
self.set_long('i', 'chain-spec')
|
self.set_long('i', 'chain-spec')
|
||||||
|
|
||||||
self.add('u', 'unsafe', help='Do not verify address checksums')
|
self.add('u', 'unsafe', typ=bool, help='Do not verify address checksums')
|
||||||
self.set_long('u', 'unsafe')
|
self.set_long('u', 'unsafe')
|
||||||
|
|
||||||
self.add_long('seq', 'seq', typ=bool, help='Use sequential rpc ids')
|
self.add_long('seq', 'seq', typ=bool, help='Use sequential rpc ids')
|
||||||
|
Loading…
Reference in New Issue
Block a user