Skip to content

Commit

Permalink
feat: configurable expiry of reverse swap invoices
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Oct 28, 2023
1 parent 70393e5 commit ab14d5f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,21 @@ otpsecretpath = "/home/boltz/.boltz/otpSecret.dat"
base = "BTC"
quote = "BTC"
rate = 1
timeoutDelta = 400

maxSwapAmount = 10_000_000
minSwapAmount = 10_000

# Expiry of the invoices generated for reverse swaps of this pair
# If not set, half of the expiry time of the reverse swap will be used
invoiceExpiry = 7200

timeoutDelta = 400
# Alternatively, the timeouts of swaps of a pair can be set like this
# [pairs.timeoutDelta]
# reverse = 1440
# swapMinimal = 1440
# swapMaximal = 2880

[[pairs]]
base = "L-BTC"
quote = "BTC"
Expand Down

0 comments on commit ab14d5f

Please sign in to comment.