mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 03:03:53 +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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue