diff options
Diffstat (limited to 'bip-0122.mediawiki')
-rw-r--r-- | bip-0122.mediawiki | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bip-0122.mediawiki b/bip-0122.mediawiki index 3fb5df8..6243c64 100644 --- a/bip-0122.mediawiki +++ b/bip-0122.mediawiki @@ -43,7 +43,7 @@ Where: | rowspan="3" | type | tx | for transactions. -| rowspan="3" | required +| rowspan="3" | required |- | block | for blocks (supports both hash or height). @@ -75,9 +75,9 @@ The '''chain ID''' of a chain is the block hash of the corresponding genesis blo So, for example: <pre> -Bitcoin main : 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f +Bitcoin main : 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f Bitcoin test : 000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943 -Bitcoin regtest: 0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 +Bitcoin regtest: 0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206 </pre> An example of forked chain (Feathercoin, that forked Litecoin): @@ -87,7 +87,7 @@ An example of forked chain (Feathercoin, that forked Litecoin): <pre> Litecoin : 12a765e31ffd4059bada1e25190f6e98c99d9714d334efa41a195a7e7e04bfe2 Feathercoin: fdbe99b90c90bae7505796461471d89ae8388ab953997aa06a355bbda8d915cb -</pre> +</pre> ==Examples== |