fix kudos name; add check in parse_config
This commit is contained in:
parent
96ac74a0ab
commit
b7e48641a5
4 changed files with 40 additions and 26 deletions
|
|
@ -1,22 +1,22 @@
|
|||
[currency-KUDO]
|
||||
enabled= YES
|
||||
code= KUDO
|
||||
name= euro
|
||||
code= KUDOS
|
||||
name= Kudos
|
||||
fractional_input_digits= 2
|
||||
fractional_normal_digits= 2
|
||||
fractional_trailing_zero_digits= 2
|
||||
alt_unit_names= "{"0":"€","3":"k€"}"
|
||||
alt_unit_names= "{"0":"ク","3":"kク"}"
|
||||
|
||||
[exchange]
|
||||
currency = KUDO
|
||||
currency_round_unit = KUDO:0.01
|
||||
currency = KUDOS
|
||||
currency_round_unit = KUDOS:0.01
|
||||
db = postgres
|
||||
attribute_encryption_key = "deadbeef"
|
||||
port = 3434
|
||||
bind_to = localhost
|
||||
master_public_key = "SJ0NYND22VQP3MP7FM754RDX8HCKVWAXTHY9SQNBTPRJZ2SPM2S0"
|
||||
stefan_abs = KUDO:0.00
|
||||
stefan_log = KUDO:0.00
|
||||
stefan_abs = KUDOS:0.00
|
||||
stefan_log = KUDOS:0.00
|
||||
stefan_lin = 0.00
|
||||
aggregator_idle_sleep_interval = "1 hour"
|
||||
closer_idle_sleep_interval = "1 hour"
|
||||
|
|
@ -54,27 +54,27 @@ key_dir = "secrets/secmod_eddsa"
|
|||
sm_priv_key = "secrets/secmod_eddsa/sm_key"
|
||||
|
||||
[coin_kudo_1]
|
||||
value= KUDO:0.01
|
||||
value= KUDOS:0.01
|
||||
duration_withdraw= "1 year"
|
||||
duration_spend= "1 year"
|
||||
duration_legal= "1 year"
|
||||
fee_withdraw= KUDO:0.00
|
||||
fee_deposit= KUDO:0.00
|
||||
fee_refresh= KUDO:0.00
|
||||
fee_refund= KUDO:0.00
|
||||
fee_withdraw= KUDOS:0.00
|
||||
fee_deposit= KUDOS:0.00
|
||||
fee_refresh= KUDOS:0.00
|
||||
fee_refund= KUDOS:0.00
|
||||
cipher= RSA
|
||||
rsa_keysize= 2048
|
||||
age_restricted= NO
|
||||
|
||||
[coin_kudo_2]
|
||||
value= KUDO:0.02
|
||||
value= KUDOS:0.02
|
||||
duration_withdraw= "1 year"
|
||||
duration_spend= "1 year"
|
||||
duration_legal= "1 year"
|
||||
fee_withdraw= KUDO:0.00
|
||||
fee_deposit= KUDO:0.00
|
||||
fee_refresh= KUDO:0.00
|
||||
fee_refund= KUDO:0.00
|
||||
fee_withdraw= KUDOS:0.00
|
||||
fee_deposit= KUDOS:0.00
|
||||
fee_refresh= KUDOS:0.00
|
||||
fee_refund= KUDOS:0.00
|
||||
cipher= RSA
|
||||
rsa_keysize= 2048
|
||||
age_restricted= NO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue