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>
This commit is contained in:
co-authored by
Pavol Rusnak
Arc
dni ⚡
parent
4dcf26bcb3
commit
6a27b91fcb
@@ -1,6 +1,6 @@
|
||||
// update cache version every time there is a new deployment
|
||||
// so the service worker reinitializes the cache
|
||||
const CACHE_VERSION = 72
|
||||
const CACHE_VERSION = 82
|
||||
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`
|
||||
|
||||
const getApiKey = request => {
|
||||
|
||||
Reference in New Issue
Block a user