Trivial comment.

This commit is contained in:
Kris Nuttycombe 2020-04-15 16:09:19 -06:00
parent a4e80ae1ab
commit 7629560a26
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ class SaplingRewindTest(BitcoinTestFramework):
found = False
with open(logpath, 'r') as f:
for line in f:
# Search for the rollback message in the debug log, and ensure that it has the
# correct expected rollback length.
m = re.search(r'roll back ([0-9]+)', line)
if m is None:
continue