We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81782f3 commit 5dcf2b2Copy full SHA for 5dcf2b2
eclair-core/src/test/scala/fr/acinq/eclair/blockchain/bitcoind/BitcoinCoreClientSpec.scala
@@ -1141,6 +1141,7 @@ class BitcoinCoreClientSpec extends TestKitBaseClass with BitcoindService with A
1141
sender.expectMsg(childTx1.txid)
1142
bitcoinClient.getMempool().map(txs => txs.map(_.txid).toSet).pipeTo(sender.ref)
1143
sender.expectMsg(Set(parentTx1.txid, childTx1.txid))
1144
+ generateBlocks(1)
1145
}
1146
1147
test("send and list transactions") {
0 commit comments