From c0a2ed5dd3423af38bae18474eb2b7963bd1389f Mon Sep 17 00:00:00 2001 From: hugehope Date: Wed, 15 May 2024 20:41:01 +0800 Subject: [PATCH] chore: fix some typos Signed-off-by: hugehope --- electrum/plugins/jade/jadepy/jade.py | 2 +- electrum/scripts/ln_features.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/electrum/plugins/jade/jadepy/jade.py b/electrum/plugins/jade/jadepy/jade.py index c49ea019a..be6ad5028 100644 --- a/electrum/plugins/jade/jadepy/jade.py +++ b/electrum/plugins/jade/jadepy/jade.py @@ -1501,7 +1501,7 @@ class JadeAPI: is_witness, bool - whether this is a segwit input script, bytes- the redeem script path, [int] - the bip32 path to sign with - value_commitment, 33-bytes - The value commitment of ths input + value_commitment, 33-bytes - The value commitment of the input This is optional if signing this input: sighash, int - The sighash to use, defaults to 0x01 (SIGHASH_ALL) diff --git a/electrum/scripts/ln_features.py b/electrum/scripts/ln_features.py index c817aecc1..6cfe901d1 100644 --- a/electrum/scripts/ln_features.py +++ b/electrum/scripts/ln_features.py @@ -109,7 +109,7 @@ async def node_flag_stats(opt_flag: LnFeatures, presync: False): try: await wallet.lnworker.channel_db.data_loaded.wait() - # optionally presync graph (not relyable) + # optionally presync graph (not reliable) if presync: network.start_gossip()