plugins icon indicating copy to clipboard operation
plugins copied to clipboard

monitor.py tries to parse "0msat" as `int`

Open TheeHandwoven opened this issue 4 years ago • 0 comments

plugin-monitor.py:   File \"/plugins/monitor/monitor.py\", line 49, in monitor
plugin-monitor.py:     if int(our_funding) == 0:
plugin-monitor.py: ValueError: invalid literal for int() with base 10: '0msat'
plugin-monitor.py:

TheeHandwoven avatar Jul 06 '21 11:07 TheeHandwoven