Skip to content

Commit 5dcf2b2

Browse files
committed
Fix bitcoin core client test
1 parent 81782f3 commit 5dcf2b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eclair-core/src/test/scala/fr/acinq/eclair/blockchain/bitcoind/BitcoinCoreClientSpec.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,6 +1141,7 @@ class BitcoinCoreClientSpec extends TestKitBaseClass with BitcoindService with A
11411141
sender.expectMsg(childTx1.txid)
11421142
bitcoinClient.getMempool().map(txs => txs.map(_.txid).toSet).pipeTo(sender.ref)
11431143
sender.expectMsg(Set(parentTx1.txid, childTx1.txid))
1144+
generateBlocks(1)
11441145
}
11451146

11461147
test("send and list transactions") {

0 commit comments

Comments
 (0)