mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-08 19:59:33 +00:00
bitcoin: update to 28.0
This commit is contained in:
parent
5e71367c21
commit
db84f84bb8
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ PARTICL_LINUX_EXTRA = os.getenv('PARTICL_LINUX_EXTRA', 'nousb')
|
|||
LITECOIN_VERSION = os.getenv('LITECOIN_VERSION', '0.21.3')
|
||||
LITECOIN_VERSION_TAG = os.getenv('LITECOIN_VERSION_TAG', '')
|
||||
|
||||
BITCOIN_VERSION = os.getenv('BITCOIN_VERSION', '26.0')
|
||||
BITCOIN_VERSION = os.getenv('BITCOIN_VERSION', '28.0')
|
||||
BITCOIN_VERSION_TAG = os.getenv('BITCOIN_VERSION_TAG', '')
|
||||
|
||||
MONERO_VERSION = os.getenv('MONERO_VERSION', '0.18.3.4')
|
||||
|
|
Loading…
Reference in a new issue