diff --git a/core/src/main/java/org/bitcoinj/wallet/Wallet.java b/core/src/main/java/org/bitcoinj/wallet/Wallet.java index 39d3bf40ef7..0b93f9362c4 100644 --- a/core/src/main/java/org/bitcoinj/wallet/Wallet.java +++ b/core/src/main/java/org/bitcoinj/wallet/Wallet.java @@ -1172,7 +1172,7 @@ public boolean isAddressWatched(Address address) { } /** - * 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();