update for MMGen Wallet v15.1.dev23

This commit is contained in:
The MMGen Project 2025-03-23 10:12:56 +00:00
commit d63cb9817a
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
4 changed files with 6 additions and 4 deletions

View file

@ -1 +1 @@
3.5.dev7 3.5.dev8

View file

@ -38,7 +38,7 @@ python_requires = >=3.9
include_package_data = True include_package_data = True
install_requires = install_requires =
mmgen-wallet>=15.1.dev20 mmgen-wallet>=15.1.dev23
pyyaml pyyaml
yahooquery yahooquery

View file

@ -105,8 +105,8 @@ class CmdTestRegtest(CmdTestBase):
), ),
} }
def __init__(self,trunner,cfgs,spawn): def __init__(self, cfg, trunner, cfgs, spawn):
CmdTestBase.__init__(self,trunner,cfgs,spawn) CmdTestBase.__init__(self, cfg, trunner, cfgs, spawn)
if trunner == None: if trunner == None:
return return
if cfg._proto.testnet: if cfg._proto.testnet:

View file

@ -95,6 +95,8 @@ create_test_links() {
test/test-release.sh symbolic test/test-release.sh symbolic
test/cmdtest_d/common.py symbolic test/cmdtest_d/common.py symbolic
test/cmdtest_d/ct_base.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 cmds/mmgen-regtest symbolic
' '
while read path type; do while read path type; do