From 73897af17f34a698911cafff51861e9ba2822555 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Thu, 1 Apr 2021 18:50:05 +0000 Subject: [PATCH] f --- test/functional/feature_dynafed.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/functional/feature_dynafed.py b/test/functional/feature_dynafed.py index e1f3336bc4..91ae77287a 100755 --- a/test/functional/feature_dynafed.py +++ b/test/functional/feature_dynafed.py @@ -501,6 +501,7 @@ def test_valid_epochs(self): self.assert_accepted(pegin_tx) self.assert_accepted(pegout_tx) assert_equal(self.nodes[0].getsidechaininfo()["current_fedpegscripts"], ["51", "51"]) + self.sync_blocks() # asp test sync # Now have node 1 transition to new pak and fedpegscript pak_prop["fedpegscript"] = "52" @@ -512,7 +513,9 @@ def test_valid_epochs(self): self.sync_blocks() self.log.info("XXX PAK Set node 1 to %s" % initial_extension) self.log.info("XXX node0 getsidechaininfo %s" % self.nodes[0].getsidechaininfo()) + self.log.info("XXX node0 getsidechaininfo %s" % self.nodes[0].getblockchaininfo()) self.log.info("XXX node1 getsidechaininfo %s" % self.nodes[1].getsidechaininfo()) + self.log.info("XXX node1 getsidechaininfo %s" % self.nodes[1].getblockchaininfo()) # so right before the next epoch, the new params are active and # the pegout is already invalid while the pegin is still valid