Update qa/rpc-tests/sapling_rewind_check.py

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Kris Nuttycombe 2020-05-02 18:33:01 -06:00 committed by GitHub
parent e7eff424c1
commit e09f052570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class SaplingRewindTest(BitcoinTestFramework):
# Generate a network split longer than the maximum rewind length (99)
logging.info("Generating network split...")
self.is_network_split=True # split the network
self.split_network()
self.nodes[0].generate(50) # generate into sapling
expected = self.nodes[0].getbestblockhash()