1
0

Merge pull request #9053 from hugehope/master

chore: fix some typos
This commit is contained in:
accumulator
2024-05-15 15:34:52 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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()