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