mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-29 19:22:10 +01:00
remove last check
This commit is contained in:
parent
5fd5b8c955
commit
a89d00ad27
@ -5,7 +5,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.46.0] - 2020-04-17
|
||||
## [0.46.1] - 2020-04-17
|
||||
### Added
|
||||
- remove LND config check
|
||||
|
||||
|
@ -196,7 +196,7 @@ class AppWindow(QMainWindow):
|
||||
except Exception as err:
|
||||
pass
|
||||
|
||||
self.cfg_valid = lnd_cfg_valid and rb_cfg_valid and rb_info_valid
|
||||
self.cfg_valid = rb_cfg_valid and rb_info_valid
|
||||
log.debug("checked cfg_valid with result: {}".format(self.cfg_valid))
|
||||
|
||||
def check_invoice(self, flag, tick=0):
|
||||
|
@ -4,5 +4,5 @@
|
||||
# 3) we can import it into your module module
|
||||
"""
|
||||
|
||||
__version_info__ = ('0', '46', '0')
|
||||
__version_info__ = ('0', '46', '1')
|
||||
__version__ = '.'.join(__version_info__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user