mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-20 13:34:37 +01:00
Use exchangeratehost as recommended rates for COP
This commit is contained in:
parent
16433dc183
commit
a45d368115
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ namespace BTCPayServer.Data
|
|||
{ "GBP", "kraken" },
|
||||
{ "CHF", "kraken" },
|
||||
{ "GTQ", "bitpay" },
|
||||
{ "COP", "yadio" },
|
||||
{ "COP", "exchangeratehost" },
|
||||
{ "JPY", "bitbank" },
|
||||
{ "TRY", "btcturk" },
|
||||
{ "UGX", "exchangeratehost"},
|
||||
|
|
Loading…
Add table
Reference in a new issue