bitcoinj/core
Sean Gilligan 9d78d2bd9e Wallet: add getConfidence(tx) method and use it in waitForConfirmations()
The other `getConfidence()` methods in `Transaction` eventually call the one that
takes a `TxConfidenceTable`, so we call that one directly.

Also prepares for not using `Transaction` to find the `TransactionConfidence`.
2023-09-01 18:15:52 +02:00
..
src Wallet: add getConfidence(tx) method and use it in waitForConfirmations() 2023-09-01 18:15:52 +02:00
build.gradle build.gradle: update Guava to 32.1.2-android 2023-08-01 11:15:44 +02:00
findbugs.xml