mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-03 08:32:01 +00:00
Merge pull request #33 from RoboSats/remove-unused=routing-fees-var
Remove unused routing fees var
This commit is contained in:
@ -133,7 +133,6 @@ EXP_TAKER_BOND_INVOICE = 200
|
|||||||
# Proportional routing fee limit (fraction of total payout: % / 100)
|
# Proportional routing fee limit (fraction of total payout: % / 100)
|
||||||
PROPORTIONAL_ROUTING_FEE_LIMIT = 0.001
|
PROPORTIONAL_ROUTING_FEE_LIMIT = 0.001
|
||||||
# Base flat limit fee for routing in Sats (used only when proportional is lower than this)
|
# Base flat limit fee for routing in Sats (used only when proportional is lower than this)
|
||||||
MIN_FLAT_ROUTING_FEE_LIMIT = 10
|
|
||||||
MIN_FLAT_ROUTING_FEE_LIMIT_REWARD = 2
|
MIN_FLAT_ROUTING_FEE_LIMIT_REWARD = 2
|
||||||
# Routing timeouts
|
# Routing timeouts
|
||||||
REWARDS_TIMEOUT_SECONDS = 30
|
REWARDS_TIMEOUT_SECONDS = 30
|
||||||
|
@ -136,7 +136,6 @@ EXP_TAKER_BOND_INVOICE = 200
|
|||||||
# Proportional routing fee limit (fraction of total payout: % / 100)
|
# Proportional routing fee limit (fraction of total payout: % / 100)
|
||||||
PROPORTIONAL_ROUTING_FEE_LIMIT = 0.001
|
PROPORTIONAL_ROUTING_FEE_LIMIT = 0.001
|
||||||
# Base flat limit fee for routing in Sats (used only when proportional is lower than this)
|
# Base flat limit fee for routing in Sats (used only when proportional is lower than this)
|
||||||
MIN_FLAT_ROUTING_FEE_LIMIT = 10
|
|
||||||
MIN_FLAT_ROUTING_FEE_LIMIT_REWARD = 2
|
MIN_FLAT_ROUTING_FEE_LIMIT_REWARD = 2
|
||||||
# Routing timeouts
|
# Routing timeouts
|
||||||
REWARDS_TIMEOUT_SECONDS = 30
|
REWARDS_TIMEOUT_SECONDS = 30
|
||||||
|
@ -35,7 +35,6 @@ data:
|
|||||||
MAX_TRADE: "3000000"
|
MAX_TRADE: "3000000"
|
||||||
MAX_TRADE_BONDLESS_TAKER: "50000"
|
MAX_TRADE_BONDLESS_TAKER: "50000"
|
||||||
MIN_BOND_SIZE: "1"
|
MIN_BOND_SIZE: "1"
|
||||||
MIN_FLAT_ROUTING_FEE_LIMIT: "10"
|
|
||||||
MIN_FLAT_ROUTING_FEE_LIMIT_REWARD: "2"
|
MIN_FLAT_ROUTING_FEE_LIMIT_REWARD: "2"
|
||||||
MIN_PUBLIC_ORDER_DURATION: "0.166"
|
MIN_PUBLIC_ORDER_DURATION: "0.166"
|
||||||
MIN_SWAP_AMOUNT: "10000"
|
MIN_SWAP_AMOUNT: "10000"
|
||||||
@ -61,4 +60,4 @@ data:
|
|||||||
TELEGRAM_BOT_NAME: ''
|
TELEGRAM_BOT_NAME: ''
|
||||||
TOR_PROXY: 'tor:9050'
|
TOR_PROXY: 'tor:9050'
|
||||||
USE_TOR: 'True'
|
USE_TOR: 'True'
|
||||||
LND_VERSION: v0.15.0-beta
|
LND_VERSION: v0.15.0-beta
|
||||||
|
Reference in New Issue
Block a user