coins: Update valid Firo swap types.

This commit is contained in:
tecnovert
2023-12-18 23:45:55 +02:00
parent 6a26f72bca
commit 65c93eaee6
4 changed files with 11 additions and 7 deletions

View File

@@ -219,6 +219,7 @@ chainparams = {
'message_magic': 'DarkNet Signed Message:\n',
'blocks_target': 60 * 1,
'decimal_places': 8,
'has_cltv': True,
'has_csv': False,
'has_segwit': False,
'use_ticker_as_name': True,
@@ -296,7 +297,8 @@ chainparams = {
'message_magic': 'Zcoin Signed Message:\n',
'blocks_target': 60 * 10,
'decimal_places': 8,
'has_csv': True,
'has_cltv': False,
'has_csv': False,
'has_segwit': False,
'mainnet': {
'rpcport': 8888,