mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-29 10:54:20 +01:00
fix: typo on RpcError
This commit is contained in:
committed by
Christian Decker
parent
247ac99711
commit
bfc160b3c6
@@ -153,7 +153,7 @@ def test_or_set_chunks(plugin, payload):
|
||||
continue
|
||||
try:
|
||||
spend, recv = spendable_from_scid(plugin, payload, channel['short_channel_id'], True)
|
||||
except RPCError as e:
|
||||
except RpcError as e:
|
||||
continue
|
||||
channels[channel['short_channel_id']] = {
|
||||
'spendable' : spend,
|
||||
|
||||
Reference in New Issue
Block a user