mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 20:35:13 +00:00
revert prrevious commit (used in tests)
This commit is contained in:
parent
9680e7836c
commit
9d0a862a43
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue