Skip to content

Commit

Permalink
Wallet: remove reference to deprecated addWatchedAddress()
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Sep 2, 2024
1 parent 49d8ac4 commit e49aa3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/wallet/Wallet.java
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e49aa3a

Please sign in to comment.