From 0b57bbc701562f021db1afa772998e12b78eb4b0 Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Fri, 28 Jul 2023 15:36:23 -0700 Subject: [PATCH] Wallet: fix two deprecated `@link` in JavaDoc --- core/src/main/java/org/bitcoinj/wallet/Wallet.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/org/bitcoinj/wallet/Wallet.java b/core/src/main/java/org/bitcoinj/wallet/Wallet.java index 5beb867de..ff206e334 100644 --- a/core/src/main/java/org/bitcoinj/wallet/Wallet.java +++ b/core/src/main/java/org/bitcoinj/wallet/Wallet.java @@ -697,7 +697,7 @@ public class Wallet extends BaseTaggableObject } /** - * Gets the active keychains via {@link KeyChainGroup#getActiveKeyChains(long)}. + * Gets the active keychains via {@link KeyChainGroup#getActiveKeyChains(Instant)}. */ public List getActiveKeyChains() { keyChainGroupLock.lock(); @@ -4456,7 +4456,7 @@ public class Wallet extends BaseTaggableObject *
  • Broadcast (buffer for send) the transaction to a single remote {@link org.bitcoinj.core.Peer}
  • *
  • Mark {@link TransactionBroadcast#awaitSent()} as complete
  • *
  • Wait for a number of remote peers to confirm they have received the broadcast
  • - *
  • Mark {@link TransactionBroadcast#future()} as complete
  • + *
  • Mark {@link TransactionBroadcast#awaitRelayed()} as complete
  • * * @param sendRequest transaction to send * @return A future for the transaction broadcast