File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ Installation
133
133
-------------
134
134
135
135
After building using the Windows subsystem it can be useful to copy the compiled
136
- executables to a directory on the windows drive in the same directory structure
136
+ executables to a directory on the Windows drive in the same directory structure
137
137
as they appear in the release ` .zip ` archive. This can be done in the following
138
138
way. This will install to ` c:\workspace\bitcoin ` , for example:
139
139
Original file line number Diff line number Diff line change @@ -705,10 +705,10 @@ Current subtrees include:
705
705
- Upstream at https://github.com/google/leveldb ; Maintained by Google, but
706
706
open important PRs to Core to avoid delay.
707
707
- ** Note** : Follow the instructions in [ Upgrading LevelDB] ( #upgrading-leveldb ) when
708
- merging upstream changes to the leveldb subtree.
708
+ merging upstream changes to the LevelDB subtree.
709
709
710
710
- src/libsecp256k1
711
- - Upstream at https://github.com/bitcoin-core/secp256k1/ ; actively maintaned by Core contributors.
711
+ - Upstream at https://github.com/bitcoin-core/secp256k1/ ; actively maintained by Core contributors.
712
712
713
713
- src/crypto/ctaes
714
714
- Upstream at https://github.com/bitcoin-core/ctaes ; actively maintained by Core contributors.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Configuration
22
22
23
23
At a bare minimum, bitcoind requires that the rpcpassword setting be set
24
24
when running as a daemon. If the configuration file does not exist or this
25
- setting is not set, bitcoind will shutdown promptly after startup.
25
+ setting is not set, bitcoind will shut down promptly after startup.
26
26
27
27
This password does not have to be remembered or typed as it is mostly used
28
28
as a fixed token that bitcoind and client programs read from the configuration
You can’t perform that action at this time.
0 commit comments