diff options
author | Jon Atack <jon@atack.com> | 2024-04-26 18:26:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 18:26:47 -0700 |
commit | 584f4a732ba94199fc097fbb9b4660db868dd712 (patch) | |
tree | 85b5cae31fdf9a8a12e7ba16c25374bd5457765c | |
parent | 49ec00afae54b54bd82324f6a509a563120b66bc (diff) | |
parent | 496b6c9ecc61ef7c80ce00c8925cad627bf034f6 (diff) |
Merge pull request #1487 from theStack/bip158_remove_data_pushes_definition
bip-0158: remove unused and unrelated "data pushes" definition
-rw-r--r-- | bip-0158.mediawiki | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bip-0158.mediawiki b/bip-0158.mediawiki index 054aa1f..e69de4a 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: * <code>new_bit_stream</code> instantiates a new writable bit stream |