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",
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.