diff options
author | Samuel Dobson <dobsonsa68@gmail.com> | 2021-10-06 12:19:04 +1300 |
---|---|---|
committer | Samuel Dobson <dobsonsa68@gmail.com> | 2021-10-06 12:19:04 +1300 |
commit | 75a9305d455e234c6b63635d80b0f2aef902342e (patch) | |
tree | 7a3af8f035b3b57bf53b85b155667c68787cf37f /test/functional/rpc_psbt.py | |
parent | eb02dbba3cd9f7294cd81e268cf85a1de7a71d02 (diff) |
Fix intermittent test failures due to missing sync_all
Diffstat (limited to 'test/functional/rpc_psbt.py')
-rwxr-xr-x | test/functional/rpc_psbt.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/rpc_psbt.py b/test/functional/rpc_psbt.py index 44f62b1a94..b132ac3d31 100755 --- a/test/functional/rpc_psbt.py +++ b/test/functional/rpc_psbt.py @@ -628,6 +628,7 @@ class PSBTTest(BitcoinTestFramework): self.nodes[0].sendtoaddress(addr, 10) self.generate(self.nodes[0], 6) + self.sync_all() ext_utxo = self.nodes[0].listunspent(addresses=[addr])[0] # An external input without solving data should result in an error |