blocknetdx / dockerimages

Official Blocknet Docker Images
Apache License 2.0
10 stars 14 forks source link

fix generate_build_files.py #58

Closed tryiou closed 1 year ago

tryiou commented 1 year ago

fix to "generate_build_files.py", to keep searching for other wallets versions, in case of multiple concurrent wallet versions supported, ie BTC, pre patch, script fail after picking the first version it could grab on list: "blockchain": "Bitcoin", "ticker": "BTC", "ver_id": "bitcoin--v0.15.1",

error: ['v0.15.1', 'v0.15.2'] Wallet version not found v0.22.0 => https://github.com/blocknetdx/dockerimages/blob/master/autobuild/generate_build_files.py#L93

after this fix: it will keep checking other wallet versions until it find the good one. tested on BTC.