Skip to content

Commit 5cd941e

Browse files
committed
Fix typos
1 parent e85ff14 commit 5cd941e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

A3_0_Using_Bitcoin_Regtest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ After [setting up your Bitcoin-Core VPS](02_0_Setting_Up_a_Bitcoin-Core_VPS.md)
1111
$ bitcoind -regtest -daemon -fallbackfee=1.0 -maxtxfee=1.1
1212
```
1313

14-
The argments `-fallbackfee=1.0 -maxtxfee=1.1` will prevent the `Fee estimation failed. Fallbackfee is disabled` error.
14+
The arguments `-fallbackfee=1.0 -maxtxfee=1.1` will prevent the `Fee estimation failed. Fallbackfee is disabled` error.
1515

1616
On regtest, usually there are not enough transactions so bitcoind cannot give a reliable estimate and, without it, the wallet will not create transactions unless it is explicitly set the fee.
1717

@@ -135,7 +135,7 @@ $ bitcoin-cli -regtest -generate 6
135135

136136
## Test with NodeJS
137137

138-
When you are on regtest, you are able to simulate edge cases and attacks that might happen in the real world, such as double spend.
138+
When you are on regtest, you are able to simulate edge cases and attacks that might happen in the real world, such as double spend.
139139

140140
As discussed elsewhere in this course, using software libraries might give you more sophisticated access to some RPC commands. In this case, [bitcointest by dgarage](https://github.com/dgarage/bitcointest) for NodeJS can be used to simulate a transaction from one wallet to another; you can check [their guide](https://www.npmjs.com/package/bitcointest) for more specific attack simulations, such as double spend.
141141

0 commit comments

Comments
 (0)