do not SPV channel announcements; this is too resource intensive
This commit is contained in:
@@ -293,7 +293,7 @@ class ChannelDB(SqlDB):
|
|||||||
|
|
||||||
@sql
|
@sql
|
||||||
#@profiler
|
#@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:
|
if type(msg_payloads) is dict:
|
||||||
msg_payloads = [msg_payloads]
|
msg_payloads = [msg_payloads]
|
||||||
new_channels = {}
|
new_channels = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user