From 829a27471b2006b9fd2216a4e9640c3a197f375b Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Fri, 5 Jul 2024 09:29:23 +0200 Subject: [PATCH] Set ex.rate to 365. --- etc/psa_config/DC2C_cash.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/etc/psa_config/DC2C_cash.json b/etc/psa_config/DC2C_cash.json index 75ea957..04e49f1 100644 --- a/etc/psa_config/DC2C_cash.json +++ b/etc/psa_config/DC2C_cash.json @@ -1,18 +1,16 @@ { "title":"DC2C_cash ", "project":"DBM Szeged", -"version":"26.04.2024 01.02.04", +"version":"1.0.0-2024-07-05", "CoinDenom(15..0)":[200,100,50,0,0,0,0,100,200,100,50,20,10,5,0,3], -"CoinValue(15..0)":[700,350,175,0,0,0,0,100,200,100,50,20,10,5,0,3], +"CoinValue(15..0)":[730,365,185,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":350 +"ExchangeRate":365 "TokenChannel":1, "BillValues(7..0)":[0,0,0,0,0,0,0,0], "LocalTaxRate":20, "ForeignTaxRate":19, "Surcharge":0, -"Discount":0, - - +"Discount":0 }