Skip to content

Commit 220648c

Browse files
author
Jamie C. Driver
committed
jadepy: correct doc typos
Thanks to hugehope <cmm7@sina.cn> and goodmost <zhaohaiyang@outlook.com> Fixed in downstream Electrum repo, but alas not PR'd here. See: spesmilo/electrum@c0a2ed5 and spesmilo/electrum@9a7345a
1 parent 28b2d37 commit 220648c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jadepy/jade.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ def get_bip85_bip39_entropy(self, num_words, index, pubkey):
681681
The number of words the entropy is required to produce.
682682
683683
index : int
684-
The index to use in the bip32 path to calcuate the entropy.
684+
The index to use in the bip32 path to calculate the entropy.
685685
686686
pubkey: 33-bytes
687687
The host ephemeral pubkey to use to generate a shared ecdh secret to use as an AES key
@@ -740,12 +740,12 @@ def set_pinserver(self, urlA=None, urlB=None, pubkey=None, cert=None):
740740

741741
def reset_pinserver(self, reset_details, reset_certificate):
742742
"""
743-
RPC call to reset any formerly overidden pinserver details to their defauts.
743+
RPC call to reset any formerly overridden pinserver details to their defaults.
744744
745745
Parameters
746746
----------
747747
reset_details : bool, optional
748-
If set, any overidden urls and pubkey are reset to their defaults.
748+
If set, any overridden urls and pubkey are reset to their defaults.
749749
750750
reset_certificate : bool, optional
751751
If set, any additional certificate is reset (to None).
@@ -1612,7 +1612,7 @@ def sign_liquid_tx(self, network, txn, inputs, commitments, change, use_ae_signa
16121612
is_witness, bool - whether this is a segwit input
16131613
script, bytes- the redeem script
16141614
path, [int] - the bip32 path to sign with
1615-
value_commitment, 33-bytes - The value commitment of ths input
1615+
value_commitment, 33-bytes - The value commitment of the input
16161616
16171617
This is optional if signing this input:
16181618
sighash, int - The sighash to use, defaults to 0x01 (SIGHASH_ALL)

0 commit comments

Comments
 (0)