mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-13 11:09:16 +01:00
Merge pull request #1157 from tcharding/list-render
Remove newline to fix list rendering
This commit is contained in:
commit
de6b3ffeb8
1 changed files with 2 additions and 4 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue