diff options
author | Pierre K <pierrekn@gmail.com> | 2021-01-05 11:07:51 +0100 |
---|---|---|
committer | PiRK <pierrekn@gmail.com> | 2021-04-18 22:05:14 +0200 |
commit | 9053b88b1c15f57cdcff2fc1c761efebb2ebfefe (patch) | |
tree | 21e0dbd811c4fec9f8d89737024b205e3a4eaba7 /test/functional/feature_csv_activation.py | |
parent | b40254b2327b3e6245beb067ee0392ce126bc0c0 (diff) |
update docstring in feature_csv_activation.py
These changes in the test documentation reflect the changes introduced in #17921
Diffstat (limited to 'test/functional/feature_csv_activation.py')
-rwxr-xr-x | test/functional/feature_csv_activation.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/feature_csv_activation.py b/test/functional/feature_csv_activation.py index 46ba18b9b5..8fa3f52de8 100755 --- a/test/functional/feature_csv_activation.py +++ b/test/functional/feature_csv_activation.py @@ -9,8 +9,8 @@ BIP 68 - nSequence relative lock times BIP 112 - CHECKSEQUENCEVERIFY BIP 113 - MedianTimePast semantics for nLockTime -mine 82 blocks whose coinbases will be used to generate inputs for our tests -mine 345 blocks and seed block chain with the 82 inputs will use for our tests at height 427 +mine 83 blocks whose coinbases will be used to generate inputs for our tests +mine 344 blocks and seed block chain with the 83 inputs used for our tests at height 427 mine 2 blocks and verify soft fork not yet activated mine 1 block and test that soft fork is activated (rules enforced for next block) Test BIP 113 is enforced |