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

@ -102,7 +102,7 @@ within the PaymentRequest.
## SSL Signature method ## SSL Signature method
request.pki_type = "x509+sha256" ## Default: none request.pki_type = "x509+sha256" ## Default: none
## Mainnet or Testnet? ## Mainnet or testnet?
details.network = "test" ## Default: main details.network = "test" ## Default: main
## Postback URL ## Postback URL

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

View file

@ -133,7 +133,7 @@ To specify an amount directly for copying and pasting, you must provide
the address, the amount, and the denomination. An expiration time for the address, the amount, and the denomination. An expiration time for
the offer may also be specified. For example: the offer may also be specified. For example:
(Note: all examples in this section use Testnet addresses.) (Note: all examples in this section use testnet addresses.)
{% endautocrossref %} {% endautocrossref %}

View file

@ -4,7 +4,7 @@
Bitcoin Core RPCs accept and return hashes in the reverse of their Bitcoin Core RPCs accept and return hashes in the reverse of their
normal byte order. For example, the Unix `sha256sum` command would display the normal byte order. For example, the Unix `sha256sum` command would display the
SHA256(SHA256()) hash of Mainnet block 300,000's header as the SHA256(SHA256()) hash of mainnet block 300,000's header as the
following string: following string:
5472ac8b1187bfcf91d6d218bbda1eb2405d7c55f1f8cc820000000000000000 5472ac8b1187bfcf91d6d218bbda1eb2405d7c55f1f8cc820000000000000000