Wallet: remove reference to deprecated addWatchedAddress()

This commit is contained in:
Andreas Schildbach 2024-09-02 16:30:40 +02:00
parent cef8b77e47
commit 0794dd97ec

View File

@ -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();