joinmarket: fix fidelity bond default values

This commit is contained in:
nixbitcoin 2022-01-11 11:05:42 +00:00
parent ed42834a88
commit 40c5f63f04
No known key found for this signature in database
GPG Key ID: B6044ECBA2DAE5D0
1 changed files with 2 additions and 2 deletions

View File

@ -201,8 +201,8 @@ let
tx_broadcast = self
minimum_makers = 4
max_sats_freeze_reuse = -1
interest_rate = """ + _DEFAULT_INTEREST_RATE + """
bondless_makers_allowance = """ + _DEFAULT_BONDLESS_MAKERS_ALLOWANCE + """
interest_rate = 0.015
bondless_makers_allowance = 0.125
taker_utxo_retries = 3
taker_utxo_age = 5
taker_utxo_amtpercent = 20