mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 01:40:26 +01:00
Wallet: remove reference to deprecated addWatchedAddress()
This commit is contained in:
parent
cef8b77e47
commit
0794dd97ec
@ -1172,7 +1172,7 @@ public class Wallet extends BaseTaggableObject
|
||||
}
|
||||
|
||||
/**
|
||||
* Same as {@link #addWatchedAddress(Address, long)} with the current time as the creation time.
|
||||
* Same as {@link #addWatchedAddress(Address, Instant)} with the current time as the creation time.
|
||||
*/
|
||||
public boolean addWatchedAddress(final Address address) {
|
||||
Instant now = TimeUtils.currentTime();
|
||||
|
Loading…
Reference in New Issue
Block a user