lnbits-legend/lnbits/core
callebtc 6a27b91fcb
Add service fee to specific wallet (#2050)
* add service fee to specific wallet

* add to .env.example

* Added service fee wallet to manage server

* cleaned

* prettier

* Added badge for service fee

* Added tooltip

* Added service fee max

* allow ignoring service fee for internal transactions

* add fee_reserve_total helper funciton that includes service_fee

* html for admin ui

* typo

* Update .env.example

Co-authored-by: Pavol Rusnak <pavol@rusnak.io>

* fix .env.template comment

* bundle

* WIP: expose fee reserve endpoint

---------

Co-authored-by: Arc <ben@arc.wales>
Co-authored-by: dni  <office@dnilabs.com>
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
2023-11-21 11:11:21 +00:00
..
templates Add service fee to specific wallet (#2050) 2023-11-21 11:11:21 +00:00
views Add service fee to specific wallet (#2050) 2023-11-21 11:11:21 +00:00
__init__.py [FEAT] Node Managment (#1895) 2023-09-25 15:04:44 +02:00
crud.py [FEAT] add extension functionality to lnbits-cli (#1963) 2023-10-25 14:03:00 +02:00
db.py [REFACTOR] core/__init__ to not have circular import issues (#1876) 2023-09-12 11:25:05 +01:00
helpers.py fix: explicitly specify the DB name when migrating (#2039) 2023-10-17 10:56:38 +02:00
migrations.py [FEAT] Push notification integration into core (#1393) 2023-09-11 14:48:49 +01:00
models.py [FEAT] add extension functionality to lnbits-cli (#1963) 2023-10-25 14:03:00 +02:00
services.py Add service fee to specific wallet (#2050) 2023-11-21 11:11:21 +00:00
tasks.py [REFACTOR] core/__init__ to not have circular import issues (#1876) 2023-09-12 11:25:05 +01:00