mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-24 09:31:24 +02:00
Fix typos reported by codespell
This commit is contained in:
@@ -76,7 +76,7 @@ class ExampleTest(BitcoinTestFramework):
|
||||
def set_test_params(self):
|
||||
"""Override test parameters for your individual test.
|
||||
|
||||
This method must be overridden and num_nodes must be exlicitly set."""
|
||||
This method must be overridden and num_nodes must be explicitly set."""
|
||||
self.setup_clean_chain = True
|
||||
self.num_nodes = 3
|
||||
# Use self.extra_args to change command-line arguments for the nodes
|
||||
|
Reference in New Issue
Block a user