diff options
| author | MarcoFalke <[email protected]> | 2018-03-21 11:16:28 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-03-21 11:17:43 -0400 |
| commit | 4ad3b3c72c73d61e0a0cab541dca20acf651320d (patch) | |
| tree | a8f4405d7491b470bb345ffb936ec09cb887e345 /test/functional/feature_pruning.py | |
| parent | Merge #12737: Remove unnecessary NONNEGATIVE_SIGNED (diff) | |
| parent | Fix typos (diff) | |
| download | discoin-4ad3b3c72c73d61e0a0cab541dca20acf651320d.tar.xz discoin-4ad3b3c72c73d61e0a0cab541dca20acf651320d.zip | |
Merge #12716: Fix typos and cleanup in various files
4d9b4256d8 Fix typos (Dimitris Apostolou)
Pull request description:
Unfortunately I messed up my repo while trying to squash #12593 so I created a PR with just the correct fixes.
Tree-SHA512: 295d77b51bd2a9381f1802c263de7ffb2edd670d9647391e32f9a414705b3c8b483bb0e469a9b85ab6a70919ea13397fa8dfda2aea7a398b64b187f178fe6a06
Diffstat (limited to 'test/functional/feature_pruning.py')
| -rwxr-xr-x | test/functional/feature_pruning.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/feature_pruning.py b/test/functional/feature_pruning.py index 8dfa1be2f..bb162e6e9 100755 --- a/test/functional/feature_pruning.py +++ b/test/functional/feature_pruning.py @@ -186,8 +186,8 @@ class PruneTest(BitcoinTestFramework): # Verify that we have enough history to reorg back to the fork point # Although this is more than 288 blocks, because this chain was written more recently - # and only its other 299 small and 220 large block are in the block files after it, - # its expected to still be retained + # and only its other 299 small and 220 large blocks are in the block files after it, + # it is expected to still be retained self.nodes[2].getblock(self.nodes[2].getblockhash(self.forkheight)) first_reorg_height = self.nodes[2].getblockcount() |