1
0
Fork 0
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:
MarcoPon 2016-01-12 19:09:57 +01:00
parent 07b73c67df
commit 628a851062

View file

@ -56,8 +56,8 @@ Where:
<pre>
blockchainuri = "blockchain:" ["//" chain] "/" object
object = ("tx" "/" hash ) / ( "block" "/" (hash / blockheight ) ) /
( "address" "/" address )
object = ("tx" "/" hash) / ("block" "/" (hash / blockheight)) /
("address" "/" address)
chain = hash
hash = 64HEXDIG
blockheight = 1*15DIGIT ; 15 is somehow arbitrary, i.e. a "small" int.