diff options
author | kallewoof <karljohan-alm@garage.co.jp> | 2023-02-21 10:46:18 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-21 10:46:18 +0900 |
commit | de6b3ffeb807e3cb6868dee6a6ec18dd6b565858 (patch) | |
tree | 90e2f4b5acf543db3c6fb0aa14e75a3c4644860b /bip-0158.mediawiki | |
parent | 3de3c768edbb0bd9ed1e2b6278f6bcb714270413 (diff) | |
parent | aa206adf59483979fda5de30264c4017b2fcd8a5 (diff) |
Merge pull request #1157 from tcharding/list-render
Remove newline to fix list rendering
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 484e674..8887d32 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. |