do not SPV channel announcements; this is too resource intensive

This commit is contained in:
ThomasV 2019-05-05 13:34:31 +02:00
parent d134937269
commit 31684abb51

View file

@ -293,7 +293,7 @@ class ChannelDB(SqlDB):
@sql
#@profiler
def on_channel_announcement(self, msg_payloads, trusted=False):
def on_channel_announcement(self, msg_payloads, trusted=True):
if type(msg_payloads) is dict:
msg_payloads = [msg_payloads]
new_channels = {}