@@ -681,7 +681,7 @@ def get_bip85_bip39_entropy(self, num_words, index, pubkey):
681
681
The number of words the entropy is required to produce.
682
682
683
683
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.
685
685
686
686
pubkey: 33-bytes
687
687
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):
740
740
741
741
def reset_pinserver (self , reset_details , reset_certificate ):
742
742
"""
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 .
744
744
745
745
Parameters
746
746
----------
747
747
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.
749
749
750
750
reset_certificate : bool, optional
751
751
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
1612
1612
is_witness, bool - whether this is a segwit input
1613
1613
script, bytes- the redeem script
1614
1614
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
1616
1616
1617
1617
This is optional if signing this input:
1618
1618
sighash, int - The sighash to use, defaults to 0x01 (SIGHASH_ALL)
0 commit comments