bitcoinj/examples
Sean Gilligan f268eb0cbf ForwardingService: remove listener properly
The listener wasn't being removed properly, because using a method
reference in both add and remove generated two different objects and
therefore the remove method wasn't finding and removing the listener
that was previously added.

By saving the listener created by the method reference, we can remove
it later.
2024-06-01 23:50:12 +02:00
..
src/main/java/org/bitcoinj/examples ForwardingService: remove listener properly 2024-06-01 23:50:12 +02:00
build.gradle build.gradle: updade picocli to 4.7.6 2024-05-08 12:52:19 +02:00