1
0

chore: fix some typos in comments (#9014)

Signed-off-by: fuyangpengqi <995764973@qq.com>
This commit is contained in:
fuyangpengqi
2024-04-18 21:59:39 +08:00
committed by GitHub
parent 9a7195d5ab
commit 91de8e70e5
5 changed files with 6 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ async def node_flag_stats(opt_flag: LnFeatures, presync: False):
with wallet.lnworker.channel_db.lock:
nodes = wallet.lnworker.channel_db._nodes.copy()
# check how many nodes advertize opt/req flag in the gossip
# check how many nodes advertise opt/req flag in the gossip
n_opt = 0
n_req = 0
print(f"analyzing {len(nodes.keys())} nodes")