mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
Wallet: fix two deprecated @link
in JavaDoc
This commit is contained in:
parent
3dbaaa23b0
commit
0b57bbc701
1 changed files with 2 additions and 2 deletions
|
@ -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<DeterministicKeyChain> getActiveKeyChains() {
|
public List<DeterministicKeyChain> getActiveKeyChains() {
|
||||||
keyChainGroupLock.lock();
|
keyChainGroupLock.lock();
|
||||||
|
@ -4456,7 +4456,7 @@ public class Wallet extends BaseTaggableObject
|
||||||
* <li>Broadcast (buffer for send) the transaction to a single remote {@link org.bitcoinj.core.Peer}</li>
|
* <li>Broadcast (buffer for send) the transaction to a single remote {@link org.bitcoinj.core.Peer}</li>
|
||||||
* <li>Mark {@link TransactionBroadcast#awaitSent()} as complete</li>
|
* <li>Mark {@link TransactionBroadcast#awaitSent()} as complete</li>
|
||||||
* <li>Wait for a number of remote peers to confirm they have received the broadcast</li>
|
* <li>Wait for a number of remote peers to confirm they have received the broadcast</li>
|
||||||
* <li>Mark {@link TransactionBroadcast#future()} as complete</li>
|
* <li>Mark {@link TransactionBroadcast#awaitRelayed()} as complete</li>
|
||||||
* </ol>
|
* </ol>
|
||||||
* @param sendRequest transaction to send
|
* @param sendRequest transaction to send
|
||||||
* @return A future for the transaction broadcast
|
* @return A future for the transaction broadcast
|
||||||
|
|
Loading…
Add table
Reference in a new issue