tremove ChannelDB.add_channel_update (no longer needed after 46d8080c76e79670e8abaaaa0eb2d4d4a74544c1) - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 9680e7836c556de04dd6afd43d8e8ad405b4f8ff DIR parent 9451ca9568b2b1f966dbf5784258e29e656b629e HTML Author: ThomasV <thomasv@electrum.org> Date: Thu, 20 Feb 2020 11:20:05 +0100 remove ChannelDB.add_channel_update (no longer needed after 46d8080c76e79670e8abaaaa0eb2d4d4a74544c1) Diffstat: M electrum/channel_db.py | 5 ----- 1 file changed, 0 insertions(+), 5 deletions(-) --- DIR diff --git a/electrum/channel_db.py b/electrum/channel_db.py t@@ -410,11 +410,6 @@ class ChannelDB(SqlDB): to_delete=to_delete, ) - def add_channel_update(self, payload): - # called from add_own_channel - # the update may be categorized as deprecated because of caching - categorized_chan_upds = self.add_channel_updates([payload], verify=False) - def create_database(self): c = self.conn.cursor() c.execute(create_node_info)