mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-18 11:37:40 +02:00
Merge bitcoin/bitcoin#28605: Fix typos
43de4d3630doc: fix typos (Sjors Provoost) Pull request description: This PR fixes typos found by lint-spelling.py using codespell 2.2.6. Our CI linter job uses codespell 2.2.5 and found fewer typos that I did locally. In any case it's happy now. ACKs for top commit: pablomartin4btc: re ACK43de4d3630Tree-SHA512: c032fe86cb49c924a468385653b31f309a9db68c478d70335bba3e65a1ff3826abe80284fe00a090ab5a509e1edbf17e476f6922fb15d055e50f1103dad2ccb0
This commit is contained in:
@@ -29,7 +29,7 @@ def bip158_basic_element_hash(script_pub_key, N, block_hash):
|
||||
|
||||
|
||||
def bip158_relevant_scriptpubkeys(node, block_hash):
|
||||
""" Determines the basic filter relvant scriptPubKeys as defined in BIP158:
|
||||
""" Determines the basic filter relevant scriptPubKeys as defined in BIP158:
|
||||
|
||||
'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
|
||||
|
||||
Reference in New Issue
Block a user