From 7629560a26c4458b8d1f24b622e42ee2ef35abd1 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Wed, 15 Apr 2020 16:09:19 -0600 Subject: [PATCH] Trivial comment. --- qa/rpc-tests/sapling_rewind_check.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/rpc-tests/sapling_rewind_check.py b/qa/rpc-tests/sapling_rewind_check.py index d58d33418..4ddf931b6 100755 --- a/qa/rpc-tests/sapling_rewind_check.py +++ b/qa/rpc-tests/sapling_rewind_check.py @@ -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