opts.py: allow no-arg init() with dfl opts_data; longhelp fixes,cleanups
This commit is contained in:
parent
04775afb2e
commit
b01af014a3
3 changed files with 57 additions and 29 deletions
|
|
@ -10,7 +10,7 @@ import time
|
|||
from decimal import Decimal
|
||||
from mmgen.common import *
|
||||
|
||||
opts.init({ 'text': { 'desc':'', 'usage':'', 'options':'' }})
|
||||
opts.init()
|
||||
|
||||
HalvingInterval = 210000 # src/chainparams.cpp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue