Treat Mainnet And Testnet As Common Nouns, Lowercasing When Appropriate

Suggested by @saivann (thanks!)
This commit is contained in:
David A. Harding 2014-10-29 08:16:59 -04:00
parent 2793f98aa6
commit 10f6de368d
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
4 changed files with 5 additions and 5 deletions

View file

@ -50,8 +50,8 @@ provide dynamic DNS seed servers which automatically get IP addresses
of active nodes by scanning the network; others provide static DNS
seeds that are updated manually and are more likely to provide IP
addresses for inactive nodes. In either case, nodes are added to the
DNS seed if they run on the default Bitcoin ports of 8333 for Mainnet
or 18333 for Testnet.
DNS seed if they run on the default Bitcoin ports of 8333 for mainnet
or 18333 for testnet.
<!-- paragraph below based on Greg Maxwell's email in
http://comments.gmane.org/gmane.comp.bitcoin.devel/5378 -->