Skip to content

Commit

Permalink
add a deprecation recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Dec 18, 2023
1 parent cea886e commit 0ebe10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/Transaction.java
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ public Transaction() {
vLockTime = LockTime.unset();
}

/** @deprecated */
/** @deprecated use {@link #Transaction()} */
@Deprecated
public Transaction(NetworkParameters params) {
this();
Expand Down

0 comments on commit 0ebe10f

Please sign in to comment.