revert prrevious commit (used in tests)

This commit is contained in:
ThomasV 2020-02-20 11:26:19 +01:00
parent 9680e7836c
commit 9d0a862a43

View file

@ -410,6 +410,10 @@ class ChannelDB(SqlDB):
to_delete=to_delete,
)
def add_channel_update(self, payload):
# called from tests
self.add_channel_updates([payload], verify=False)
def create_database(self):
c = self.conn.cursor()
c.execute(create_node_info)