plugins
plugins copied to clipboard
summary: fix attribute errors
I was getting two AttributeErrors due to ints not being converted to Millisatoshis. Not sure why nobody else was having this issue.
On line 221 - 'int' object has no attribute 'millisatoshis'
On line 169 - 'int' object has no attribute 'to_btc_str'
Converting to millisatoshis in two spots fixes the issue.