Adjust bitcoin.conf

Added walletbroadcast=1 per @leobauza and @madztheo ; thanks!
This commit is contained in:
Shannon Appelcline 2018-08-01 14:53:07 -07:00 committed by GitHub
parent 36c9afe954
commit c853964937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -359,6 +359,7 @@ rpcpassword=$(xxd -l 16 -p /dev/urandom)
rpcallowip=127.0.0.1
testnet=1
txindex=1
walletbroadcast=1
EOF
```
> **TESTNET vs MAINNET:** If you want to use mainnet instead of testnet, just omit the "testnet=1" line; easy!