summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoPon <marcopon@gmail.com>2016-01-12 19:09:57 +0100
committerMarcoPon <marcopon@gmail.com>2016-01-12 19:09:57 +0100
commit628a851062abbad73df8f48e3cd45dcffbdec914 (patch)
treee3055f1ac7bb367d3ff82c8c1b6c3a75a82bf554
parent07b73c67dfa99cb13bf9e95dbbc3cad8d938936a (diff)
downloadbips-628a851062abbad73df8f48e3cd45dcffbdec914.tar.xz
More consistent spacing.
-rw-r--r--bip-0122.mediawiki6
1 files changed, 3 insertions, 3 deletions
diff --git a/bip-0122.mediawiki b/bip-0122.mediawiki
index d025873..d59e353 100644
--- a/bip-0122.mediawiki
+++ b/bip-0122.mediawiki
@@ -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.
@@ -121,4 +121,4 @@ Thanks to Richard Moore, Matt Whitlock, Andreas Schildbach for suggestions about
==Copyright==
-This document is placed in the public domain. \ No newline at end of file
+This document is placed in the public domain.