update for MMGen Wallet v15.1.dev23
This commit is contained in:
parent
966c171650
commit
d63cb9817a
4 changed files with 6 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
3.5.dev7
|
||||
3.5.dev8
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ python_requires = >=3.9
|
|||
include_package_data = True
|
||||
|
||||
install_requires =
|
||||
mmgen-wallet>=15.1.dev20
|
||||
mmgen-wallet>=15.1.dev23
|
||||
pyyaml
|
||||
yahooquery
|
||||
|
||||
|
|
|
|||
|
|
@ -105,8 +105,8 @@ class CmdTestRegtest(CmdTestBase):
|
|||
),
|
||||
}
|
||||
|
||||
def __init__(self,trunner,cfgs,spawn):
|
||||
CmdTestBase.__init__(self,trunner,cfgs,spawn)
|
||||
def __init__(self, cfg, trunner, cfgs, spawn):
|
||||
CmdTestBase.__init__(self, cfg, trunner, cfgs, spawn)
|
||||
if trunner == None:
|
||||
return
|
||||
if cfg._proto.testnet:
|
||||
|
|
|
|||
|
|
@ -95,6 +95,8 @@ create_test_links() {
|
|||
test/test-release.sh symbolic
|
||||
test/cmdtest_d/common.py symbolic
|
||||
test/cmdtest_d/ct_base.py symbolic
|
||||
test/cmdtest_d/runner.py symbolic
|
||||
test/cmdtest_d/group_mgr.py symbolic
|
||||
cmds/mmgen-regtest symbolic
|
||||
'
|
||||
while read path type; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue