Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Apr 1, 2021
1 parent 966196e commit 73897af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/functional/feature_dynafed.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 73897af

Please sign in to comment.