diff options
author | Olaoluwa Osuntokun <laolu32@gmail.com> | 2018-05-30 17:15:41 -0700 |
---|---|---|
committer | Olaoluwa Osuntokun <laolu32@gmail.com> | 2018-05-30 17:15:59 -0700 |
commit | 285606ef7a22ba3c470a55f92a3fd0a950e5a506 (patch) | |
tree | 6e13623b8fc4e15a3e3beca19c676addbdf274cd /bip-0158.mediawiki | |
parent | 71586487532d832ae4a3b0deae797d86ddebe3fc (diff) |
BIP-0158: remove txid from extended filter
Diffstat (limited to 'bip-0158.mediawiki')
-rw-r--r-- | bip-0158.mediawiki | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bip-0158.mediawiki b/bip-0158.mediawiki index 15caa68..1b7f8df 100644 --- a/bip-0158.mediawiki +++ b/bip-0158.mediawiki @@ -269,8 +269,6 @@ sync a regular Bitcoin wallet. A basic filter MUST contain exactly the following items for each transaction in a block: * The outpoint of each input, except for the coinbase transaction * The scriptPubKey of each output -* The <code>txid</code> of the transaction itself - The extended filter contains extra data that is meant to enable applications with more advanced smart contracts. An extended filter MUST contain exactly the following items for each transaction in a block ''except the coinbase'': |