steffenboe
Results
3
issues of
steffenboe
**Description**: The `Client`-Class gained some considerable size over time. I refactored the `Client`-Class a bit to make the `Client.fromConfig()`-construction logic more clear and to shrink the Client Class, by extracting...
When using Testcontainers to spin up a local regtest bitcoind node, the wallet does not reliably recognizes transactions to its address. The following test demonstrates this: ``` @Test void shouldReceiveTransaction()...