mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
api: Add include_sent offers filter.
This commit is contained in:
@@ -663,7 +663,7 @@ def prepareCore(coin, version_data, settings, data_dir, extra_opts={}):
|
||||
for key in rv.fingerprints:
|
||||
gpg.trust_keys(rv.fingerprints[0], 'TRUST_FULLY')
|
||||
|
||||
if coin in ('pivx', 'firo'):
|
||||
if coin in ('firo', ):
|
||||
pubkey_filename = '{}_{}.pgp'.format('particl', signing_key_name)
|
||||
else:
|
||||
pubkey_filename = '{}_{}.pgp'.format(coin, signing_key_name)
|
||||
|
||||
Reference in New Issue
Block a user