Merge pull request #385 from csralvall/fix-A3_0

Fix typos in chapter A3
This commit is contained in:
Shannon Appelcline 2021-08-04 15:17:29 -10:00 committed by GitHub
commit a187905899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ After [setting up your Bitcoin-Core VPS](02_0_Setting_Up_a_Bitcoin-Core_VPS.md)
$ bitcoind -regtest -daemon -fallbackfee=1.0 -maxtxfee=1.1 $ bitcoind -regtest -daemon -fallbackfee=1.0 -maxtxfee=1.1
``` ```
The argments `-fallbackfee=1.0 -maxtxfee=1.1` will prevent the `Fee estimation failed. Fallbackfee is disabled` error. The arguments `-fallbackfee=1.0 -maxtxfee=1.1` will prevent the `Fee estimation failed. Fallbackfee is disabled` error.
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. 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.