Skip to content

Commit 3777925

Browse files
committed
Add emphasis
1 parent 404e017 commit 3777925

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Unit Test Code Coverage Status [![Coverage Status](https://coveralls.io/repos/gi
1010

1111
This version of the code supports
1212

13-
- fast sync (download a recent state trie snapshot and all blocks, this is the default behaviour)
14-
- regular sync (download and execute every transaction in every block in the chain, this can be very slow)
15-
- bootstrap sync (download a database for *mantis* preloaded with a recent version of the block chain, **highly recommended** for testing)
13+
- fast sync (download a recent state trie snapshot and all blocks, this is the default behaviour)
14+
- bootstrap sync (download a database for *mantis* preloaded with a recent version of the block chain, **highly recommended** for testing)
15+
- regular sync (download and execute every transaction in every block in the chain, this can be very slow and error prone - not recommended)
1616
- JSON RPC API (useful for console and Mist integration)
1717
- Morden testnet and private network
1818
- `ethminer` miner integration (allows *mantis* to mine blocks with [ethminer](https://github.com/Genoil/cpp-ethereum))

0 commit comments

Comments
 (0)