aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/functional/wallet_orphanedreward.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/wallet_orphanedreward.py b/test/functional/wallet_orphanedreward.py
index e1544cbb48..097df2cf41 100755
--- a/test/functional/wallet_orphanedreward.py
+++ b/test/functional/wallet_orphanedreward.py
@@ -31,6 +31,7 @@ class OrphanedBlockRewardTest(BitcoinTestFramework):
# Let the block reward mature and send coins including both
# the existing balance and the block reward.
self.nodes[0].generate(150)
+ self.sync_blocks()
assert_equal(self.nodes[1].getbalance(), 10 + 25)
txid = self.nodes[1].sendtoaddress(self.nodes[0].getnewaddress(), 30)