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