Skip to content

Commit 43c7c64

Browse files
committed
fix typos
1 parent 7fd2cea commit 43c7c64

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To use, first enumerate all devices and find the one that you want to use with
6767
./hwi.py enumerate
6868
```
6969

70-
Once the device type and device path is known, issue commands to it like so:
70+
Once the device type and device path are known, issue commands to it like so:
7171

7272
```
7373
./hwi.py -t <type> -d <path> <command> <command args>

docs/examples/bitcoin-core-usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ You can give this out to people as you normally would. When coins are sent to it
139139
Sending
140140
=======
141141

142-
To send Bitcoin, we will use ``walletcreatefundedpsbt``. This will create a Partially Signed Bitcoin Transaction which is funded by inputs from the wallets (i.e. your watching only inputs selected with Bitcoin Core's coin selection algorithm).
142+
To send Bitcoin, we will use ``walletcreatefundedpsbt``. This will create a Partially Signed Bitcoin Transaction which is funded by inputs from the wallets (i.e. you're watching only inputs selected with Bitcoin Core's coin selection algorithm).
143143
This PSBT can be used with HWI to produce a signed PSBT which can then be finalized and broadcast.
144144

145-
For example, suppose I am sending to 1 BTC to bc1q257z5t76hedc36wmmzva05890ny3kxd7xfwrgy. First I create a funded psbt with BIP 32 derivation paths to be included::
145+
For example, suppose I am sending 1 BTC to bc1q257z5t76hedc36wmmzva05890ny3kxd7xfwrgy. First I create a funded psbt with BIP 32 derivation paths to be included::
146146

147147
$ src/bitcoin-cli -rpcwallet=hwicoldcard walletcreatefundedpsbt '[]' '[{"bc1q257z5t76hedc36wmmzva05890ny3kxd7xfwrgy":1}]' 0 '{"includeWatching":true}' true
148148
{

docs/examples/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ NOTE:
6565
<= b'4104280c846650d7771396a679a55b30c558501f0b5554160c1fbd1d7301c845dacc10c256af2c8d6a13ae4a83763fa747c0d4c09cfa60bfc16714e10b0a938a4a6a2231485451557a6535486571334872553755435174564652745a535839615352674a65d62f97789c088a0b0c3ed57754f75273c6696c0d7812c702ca4f2f72c8631c04'9000
6666
{"xpub": "xpub6CyidiQae2HF71YigFJqteLsRi9D1EvZJm1Lr4DWWxFVruf3vDSbfyxD9znqVkUTUzc4EdgxDRoHXn64gMbFXQGKXg5nPNfvyVcpuPNn92n"}
6767

68-
2. With this xpub it is possible extract the relevant UTXOs using the
68+
2. With this xpub it is possible to extract the relevant UTXOs using the
6969
``scantxoutset`` RPC call in Bitcoin Core v0.17.0.
7070

7171
::

docs/examples/walkthrough/walkthrough.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,6 @@ Send funds with Bitcoin Core and Trezor using HWI
183183
Versions Used
184184
=============
185185

186-
* This walk-trough was done in January 2021
186+
* This walkthrough was done in January 2021
187187
* HWI version 2.0.0-dev
188188
* Bitcoin 0.21.0

0 commit comments

Comments
 (0)