fee reserve defaults to 0.
This commit is contained in:
@@ -15,3 +15,5 @@ WALLET = LntxbotWallet(
|
||||
LNBITS_PATH = os.path.dirname(os.path.realpath(__file__))
|
||||
DATABASE_PATH = os.getenv("DATABASE_PATH") or os.path.join(LNBITS_PATH, "data", "database.sqlite3")
|
||||
DEFAULT_USER_WALLET_NAME = os.getenv("DEFAULT_USER_WALLET_NAME") or "Bitcoin LN Wallet"
|
||||
|
||||
FEE_RESERVE = float(os.getenv("FEE_RESERVE") or 0)
|
||||
|
||||
Reference in New Issue
Block a user