mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Merge #12584: Fix typos and cleanup documentation
a9761cae1c
Fix typos and cleanup (Dimitris Apostolou)
Pull request description:
[ci-skip]
Tree-SHA512: 6d7e02d8fdf6add702bbfe4439ace9c8621b45d21111abc69d85be9120347b06a029bc1885665547c1230ebc41da9d97210f6d1325b7692a4585356969ecb127
This commit is contained in:
parent
db50935489
commit
62047500d2
@ -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,
|
||||
the Apple binutils (ld, ar, etc) and DMG authoring tools.
|
||||
|
@ -44,7 +44,7 @@ Only supports JSON as output format.
|
||||
* verificationprogress : (numeric) estimate of verification progress [0..1]
|
||||
* chainwork : (string) total amount of work in active chain, in hexadecimal
|
||||
* 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
|
||||
* bip9_softforks : (object) status of BIP9 softforks in progress
|
||||
|
||||
|
@ -53,7 +53,7 @@ The client it used to fetch updated translations. If you are having problems, or
|
||||
|
||||
`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
|
||||
nano ~/.transifexrc
|
||||
|
@ -113,6 +113,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.
|
||||
|
||||
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. Dashd appends an up-counting sequence number to each
|
||||
notification which allows listeners to detect lost notifications.
|
||||
|
Loading…
Reference in New Issue
Block a user