Fix bug where we weren't waiting on a future to complete in for expression (#3627)

This commit is contained in:
Chris Stewart 2021-08-29 19:08:05 -05:00 committed by GitHub
parent f5ed232946
commit 1f35dbdb85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ class BitcoindBlockPollingTest
_ = assert(firstBalance == Satoshis.zero)
// Setup block polling
_ = BitcoindRpcBackendUtil.startBitcoindBlockPolling(wallet,
_ <- BitcoindRpcBackendUtil.startBitcoindBlockPolling(wallet,
bitcoind,
1.second)
_ <- bitcoind.generateToAddress(6, bech32Address)