Fix typos and cleanup

[ci-skip]
This commit is contained in:
Dimitris Apostolou 2018-03-02 23:00:25 +02:00 committed by GitHub
parent 90a0aed511
commit a9761cae1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
Deterministic OS X Dmg Notes. Deterministic OS X DMG Notes.
Working OS X DMGs are created in Linux by combining a recent clang, Working OS X DMGs are created in Linux by combining a recent clang,
the Apple binutils (ld, ar, etc) and DMG authoring tools. the Apple binutils (ld, ar, etc) and DMG authoring tools.

View file

@ -45,7 +45,7 @@ Only supports JSON as output format.
* verificationprogress : (numeric) estimate of verification progress [0..1] * verificationprogress : (numeric) estimate of verification progress [0..1]
* chainwork : (string) total amount of work in active chain, in hexadecimal * chainwork : (string) total amount of work in active chain, in hexadecimal
* pruned : (boolean) if the blocks are subject to pruning * pruned : (boolean) if the blocks are subject to pruning
* pruneheight : (numeric) heighest block available * pruneheight : (numeric) highest block available
* softforks : (array) status of softforks in progress * softforks : (array) status of softforks in progress
* bip9_softforks : (object) status of BIP9 softforks in progress * bip9_softforks : (object) status of BIP9 softforks in progress

View file

@ -52,7 +52,7 @@ The client it used to fetch updated translations. If you are having problems, or
`pip install transifex-client` `pip install transifex-client`
Setup your transifex client config as follows. Please *ignore the token field*. Setup your Transifex client config as follows. Please *ignore the token field*.
```ini ```ini
nano ~/.transifexrc nano ~/.transifexrc

View file

@ -101,6 +101,6 @@ and just the tip will be notified. It is up to the subscriber to
retrieve the chain from the last known block to the new tip. retrieve the chain from the last known block to the new tip.
There are several possibilities that ZMQ notification can get lost There are several possibilities that ZMQ notification can get lost
during transmission depending on the communication type your are during transmission depending on the communication type you are
using. Bitcoind appends an up-counting sequence number to each using. Bitcoind appends an up-counting sequence number to each
notification which allows listeners to detect lost notifications. notification which allows listeners to detect lost notifications.