From 496b6c9ecc61ef7c80ce00c8925cad627bf034f6 Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Tue, 29 Aug 2023 23:39:04 +0200 Subject: [PATCH] bip-0158: remove unused and unrelated "data pushes" definition This BIP is not in any way connected to the rules of Bitcoin script, i.e. the "data pushes" term is also not used anywhere and its definition can hence be removed. --- bip-0158.mediawiki | 3 --- 1 file changed, 3 deletions(-) diff --git a/bip-0158.mediawiki b/bip-0158.mediawiki index 8887d32f..a3e02694 100644 --- a/bip-0158.mediawiki +++ b/bip-0158.mediawiki @@ -39,9 +39,6 @@ that is designed to reduce the filter size for regular wallets. ''CompactSize'' is a compact encoding of unsigned integers used in the Bitcoin P2P protocol. -''Data pushes'' are byte vectors pushed to the stack according to the rules of -Bitcoin script. - ''Bit streams'' are readable and writable streams of individual bits. The following functions are used in the pseudocode in this document: * new_bit_stream instantiates a new writable bit stream