1
0

Tests: Remove on_channels_updated (#5819)

This commit is contained in:
Janus Troelsen
2019-12-04 13:40:52 -06:00
committed by ghost43
parent 00a7df13bf
commit 3ac8f461a9

View File

@@ -118,9 +118,6 @@ class MockLNWallet:
def save_channel(self, chan):
print("Ignoring channel save")
def on_channels_updated(self):
pass
preimages = {}
get_payment_info = LNWallet.get_payment_info
save_payment_info = LNWallet.save_payment_info