diff options
author | Tobin Harding <me@tobin.cc> | 2021-08-17 18:35:36 +1000 |
---|---|---|
committer | Tobin Harding <me@tobin.cc> | 2021-08-17 18:35:36 +1000 |
commit | aa206adf59483979fda5de30264c4017b2fcd8a5 (patch) | |
tree | 4ea7d09424e67b98867685e49a0b0501d06a4fd5 /bip-0158.mediawiki | |
parent | 61ccc84930051e5b4a99926510d0db4a8475a4e6 (diff) |
Remove newline to fix list rendering
Currently the newline in list items is causing the text on the new line
to be rendered as a code section. I am unsure why but I'm guessing
putting all the text for each list item on a single line will fix it.
Diffstat (limited to 'bip-0158.mediawiki')
-rw-r--r-- | bip-0158.mediawiki | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bip-0158.mediawiki b/bip-0158.mediawiki index ce4a4af..1ac0c9c 100644 --- a/bip-0158.mediawiki +++ b/bip-0158.mediawiki @@ -273,10 +273,8 @@ This BIP defines one initial filter type: The basic filter is designed to contain everything that a light client needs to sync a regular Bitcoin wallet. A basic filter MUST contain exactly the following items for each transaction in a block: -* The previous output script (the script being spent) for each input, except - for the coinbase transaction. -* The scriptPubKey of each output, aside from all <code>OP_RETURN</code> output - scripts. +* The previous output script (the script being spent) for each input, except for the coinbase transaction. +* The scriptPubKey of each output, aside from all <code>OP_RETURN</code> output scripts. Any "nil" items MUST NOT be included into the final set of filter elements. |