add_own_channel does not need to be async
This commit is contained in:
@@ -378,7 +378,7 @@ class ChannelDB(SqlDB):
|
||||
|
||||
def add_channel_update(self, payload):
|
||||
categorized_chan_upds = self.add_channel_updates([payload], verify=False)
|
||||
assert len(categorized_chan_upds.good) == 1
|
||||
assert len(categorized_chan_upds.good) == 1, categorized_chan_upds
|
||||
|
||||
def create_database(self):
|
||||
c = self.conn.cursor()
|
||||
|
||||
Reference in New Issue
Block a user