mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-03 18:57:18 +01:00
More consistent spacing.
This commit is contained in:
parent
07b73c67df
commit
628a851062
1 changed files with 3 additions and 3 deletions
|
@ -56,8 +56,8 @@ Where:
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
blockchainuri = "blockchain:" ["//" chain] "/" object
|
blockchainuri = "blockchain:" ["//" chain] "/" object
|
||||||
object = ("tx" "/" hash ) / ( "block" "/" (hash / blockheight ) ) /
|
object = ("tx" "/" hash) / ("block" "/" (hash / blockheight)) /
|
||||||
( "address" "/" address )
|
("address" "/" address)
|
||||||
chain = hash
|
chain = hash
|
||||||
hash = 64HEXDIG
|
hash = 64HEXDIG
|
||||||
blockheight = 1*15DIGIT ; 15 is somehow arbitrary, i.e. a "small" int.
|
blockheight = 1*15DIGIT ; 15 is somehow arbitrary, i.e. a "small" int.
|
||||||
|
@ -121,4 +121,4 @@ Thanks to Richard Moore, Matt Whitlock, Andreas Schildbach for suggestions about
|
||||||
|
|
||||||
==Copyright==
|
==Copyright==
|
||||||
|
|
||||||
This document is placed in the public domain.
|
This document is placed in the public domain.
|
||||||
|
|
Loading…
Add table
Reference in a new issue