lnbits-legend/lnbits/core
Tiago Vasconcelos 197ff7d054
Core: reserve fee as an .env variable (#631)
* reserve fee as an .env variable

* fixed bad import

* Update .env.example

Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>

* Update lnbits/core/services.py

Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>

* Update lnbits/core/services.py

Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>

* Update lnbits/settings.py

Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>

* variable consistent names

* fix services.py variable names

* percent default fix

* Update lnbits/settings.py

int to float

* Update lnbits/settings.py

int to float

* Update .env.example

int to float

* make format

* fixed failing bleskomat test, expecting 2000 msats fee

* Update tests/extensions/bleskomat/test_lnurl_api.py

revert to 2 sat

* Update .env.example

* Update lnbits/settings.py

Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
2022-08-13 20:19:08 +02:00
..
static Extension list UI improvements (#769) 2022-07-23 10:46:30 +02:00
templates/core change z-index for wallet tab (#818) 2022-08-01 12:56:56 +02:00
views return http error UNAUTHORIZED instead of BAD_REQUEST if key is missing (#869) 2022-08-13 14:41:44 +02:00
__init__.py I want them to turn black 2021-10-17 18:33:29 +01:00
crud.py Mega-merge 4: Reenable LndWallet gRPC and use TrackPaymentV2 (#745) 2022-08-09 11:49:39 +02:00
migrations.py remove IF NOT EXISTS in CREATE VIEW 2021-11-15 21:45:13 +00:00
models.py Mega-merge 4: Reenable LndWallet gRPC and use TrackPaymentV2 (#745) 2022-08-09 11:49:39 +02:00
services.py Core: reserve fee as an .env variable (#631) 2022-08-13 20:19:08 +02:00
tasks.py remove asserts and add ignore instead for now 2022-07-27 09:39:52 +02:00