From 1f54b1ec90c2facc44021233845dc74b1dde17ad Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 11 Oct 2023 14:13:59 +0200 Subject: [PATCH] Fixed wrong comma after exchange rate --- etc/psa_config/DC2C_cash.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/psa_config/DC2C_cash.json b/etc/psa_config/DC2C_cash.json index c5d7ef2..a0746d4 100644 --- a/etc/psa_config/DC2C_cash.json +++ b/etc/psa_config/DC2C_cash.json @@ -5,7 +5,7 @@ "CoinDenom(15..0)":[200,100,50,0,0,0,0,100,200,100,50,20,10,5,0,3], "CoinValue(15..0)":[720,360,180,0,0,0,0,100,200,100,50,20,10,5,0,3], "CoinAccept(15..0)":[1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,1], -"ExchangeRate":360, +"ExchangeRate":360 "TokenChannel":1, "BillValues(7..0)":[0,0,0,0,0,0,0,0], "LocalTaxRate":20,