fix: typo on RpcError

This commit is contained in:
Michael Schmoock
2020-05-25 16:34:04 +02:00
committed by Christian Decker
parent 247ac99711
commit bfc160b3c6

View File

@@ -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,