mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-22 23:25:31 +01:00
Attempt to fix BitcoindV19RpcClientTest from losing connection (#1515)
This commit is contained in:
parent
b621412f32
commit
003bda2fe4
1 changed files with 4 additions and 3 deletions
|
@ -101,10 +101,11 @@ class BitcoindV19RpcClientTest extends BitcoindRpcTest {
|
|||
|
||||
val psbt =
|
||||
"cHNidP8BACoCAAAAAAFAQg8AAAAAABepFG6Rty1Vk+fUOR4v9E6R6YXDFkHwhwAAAAAAAA=="
|
||||
val updatedF =
|
||||
clientF.flatMap(client => client.utxoUpdatePsbt(psbt, Seq(descriptor)))
|
||||
|
||||
updatedF.map { result =>
|
||||
for {
|
||||
(client, _) <- clientPairF
|
||||
result <- client.utxoUpdatePsbt(psbt, Seq(descriptor))
|
||||
} yield {
|
||||
assert(result.contains(psbt))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue