mirror of
https://github.com/basicswap/basicswap.git
synced 2024-12-22 19:49:20 +00:00
Use Particl release signing pubkey for Dogecoin.
This commit is contained in:
parent
fadfd39da7
commit
109de90253
1 changed files with 2 additions and 0 deletions
|
@ -999,6 +999,8 @@ def prepareCore(coin, version_data, settings, data_dir, extra_opts={}):
|
|||
pubkey_filename = "{}_builder.pgp".format(coin)
|
||||
elif coin in ("decred",):
|
||||
pubkey_filename = "{}_release.pgp".format(coin)
|
||||
elif coin in ("dogecoin",):
|
||||
pubkey_filename = "particl_{}.pgp".format(signing_key_name)
|
||||
else:
|
||||
pubkey_filename = "{}_{}.pgp".format(coin, signing_key_name)
|
||||
pubkeyurls = [
|
||||
|
|
Loading…
Reference in a new issue