Skip to content

Commit 9b76843

Browse files
committed
Fix README.md formatting
1 parent fd10886 commit 9b76843

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@ Everything consensus critical is found in the modules under bitcoin.core. This
2121
rule is followed pretty strictly, for instance chain parameters are split into
2222
consensus critical and non-consensus-critical.
2323

24-
bitcoin.core - Basic core definitions, datastructures, and
25-
(context-independent) validation
26-
bitcoin.core.key - ECC pubkeys
27-
bitcoin.core.script - Scripts and opcodes
28-
bitcoin.core.scripteval - Script evaluation/verification
29-
bitcoin.core.serialize - Serialization
24+
bitcoin.core - Basic core definitions, datastructures, and
25+
(context-independent) validation
26+
bitcoin.core.key - ECC pubkeys
27+
bitcoin.core.script - Scripts and opcodes
28+
bitcoin.core.scripteval - Script evaluation/verification
29+
bitcoin.core.serialize - Serialization
3030

3131
In the future the bitcoin.core may use the Satoshi sourcecode directly as a
3232
library. Non-consensus critical modules include the following:
3333

34-
bitcoin - Chain selection
35-
bitcoin.base58 - Base58 encoding
36-
bitcoin.bloom - Bloom filters (incomplete)
37-
bitcoin.net - Network communication (in flux)
38-
bitcoin.messages - Network messages (in flux)
39-
bitcoin.rpc - Bitcoin Core RPC interface support
40-
bitcoin.wallet - Wallet-related code, currently Bitcoin address and private
41-
key support
34+
bitcoin - Chain selection
35+
bitcoin.base58 - Base58 encoding
36+
bitcoin.bloom - Bloom filters (incomplete)
37+
bitcoin.net - Network communication (in flux)
38+
bitcoin.messages - Network messages (in flux)
39+
bitcoin.rpc - Bitcoin Core RPC interface support
40+
bitcoin.wallet - Wallet-related code, currently Bitcoin address and
41+
private key support
4242

4343
Effort has been made to follow the Satoshi source relatively closely, for
4444
instance Python code and classes that duplicate the functionality of

0 commit comments

Comments
 (0)