diff options
| author | practicalswift <[email protected]> | 2018-08-14 09:27:30 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-09-04 13:11:26 +0200 |
| commit | ada356208e153e088c729c102d5d79c9c9d66f1a (patch) | |
| tree | f379a875fbf5208de2fe211c0f5c343bc1bc51f0 /test/functional/feature_block.py | |
| parent | Merge #11599: scripted-diff: Small locking rename (diff) | |
| download | discoin-ada356208e153e088c729c102d5d79c9c9d66f1a.tar.xz discoin-ada356208e153e088c729c102d5d79c9c9d66f1a.zip | |
Fix typos reported by codespell
Diffstat (limited to 'test/functional/feature_block.py')
| -rwxr-xr-x | test/functional/feature_block.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_block.py b/test/functional/feature_block.py index e81ea12d0..450cef37c 100755 --- a/test/functional/feature_block.py +++ b/test/functional/feature_block.py @@ -989,7 +989,7 @@ class FullBlockTest(BitcoinTestFramework): assert_equal(get_legacy_sigopcount_block(b73), MAX_BLOCK_SIGOPS + 1) self.sync_blocks([b73], success=False, reject_code=16, reject_reason=b'bad-blk-sigops', reconnect=True) - # b74/75 - if we push an invalid script element, all prevous sigops are counted, + # b74/75 - if we push an invalid script element, all previous sigops are counted, # but sigops after the element are not counted. # # The invalid script element is that the push_data indicates that |