tdo not SPV channel announcements; this is too resource intensive - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 31684abb511db4e15f94bfc9cc1d5b1ae05350f3
DIR parent d134937269cbcfd35b646eefd1f0f05c46c6c556
HTML Author: ThomasV <thomasv@electrum.org>
Date: Sun, 5 May 2019 13:34:31 +0200
do not SPV channel announcements; this is too resource intensive
Diffstat:
M electrum/lnrouter.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/electrum/lnrouter.py b/electrum/lnrouter.py
t@@ -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 = {}