Version 0.9.2rc1
- update Getting Started guide for Segwit and regtest
This commit is contained in:
parent
3b0257358b
commit
b753ddee5a
10 changed files with 158 additions and 83 deletions
|
|
@ -99,7 +99,7 @@ except:
|
|||
else:
|
||||
try:
|
||||
a,b = int(a),int(b)
|
||||
for i in a,b: assert 1 <= i <= len(g.key_generators)
|
||||
for i in (a,b): assert 1 <= i <= len(g.key_generators)
|
||||
assert a != b
|
||||
except:
|
||||
die(1,"%s: invalid generator IDs" % cmd_args[0])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue