@@ -52,7 +52,7 @@ Return the block header at the given height.
5252
5353**Example Result **
5454
55- With *height * 5 and *cp_height * 0 on the Bitcoin Cash chain:
55+ With *height * 5 and *cp_height * 0 on the Bitcoin chain:
5656
5757::
5858
@@ -169,7 +169,7 @@ be confirmed within a certain number of blocks.
169169
170170**Result **
171171
172- The estimated transaction fee in coin units per kilobyte, as a
172+ The estimated transaction fee in whole coin units per kilobyte, as a
173173 floating point number. If the daemon does not have enough
174174 information to make an estimate, the integer ``-1 `` is returned.
175175
@@ -246,7 +246,7 @@ be accepted to the daemon's memory pool.
246246
247247**Result **
248248
249- The fee in whole coin units (BTC, not satoshis for Bitcoin ) as a
249+ The fee in whole coin units (BTC, not satoshis) as a
250250 floating point number.
251251
252252**Example Results **
@@ -568,7 +568,7 @@ Return a raw transaction.
568568
569569 *verbose *
570570
571- Whether a verbose coin-specific response is required.
571+ Whether the verbose bitcoind response is required.
572572
573573**Result **
574574
@@ -578,9 +578,8 @@ Return a raw transaction.
578578
579579 If *verbose * is :const: `true `:
580580
581- The result is a coin-specific dictionary -- whatever the coin
582- daemon returns when asked for a verbose form of the raw
583- transaction.
581+ The result is a bitcoind-specific dictionary -- whatever bitcoind
582+ returns when asked for a verbose form of the raw transaction.
584583
585584**Example Results **
586585
0 commit comments