From f5d65c8703cd81d1005e83de2dc6587682bcadee Mon Sep 17 00:00:00 2001 From: Ice Date: Mon, 21 Apr 2025 13:04:05 -0400 Subject: [PATCH] Update PaymentSession.java Correct @link --- .../dogecoin/dogecoinj/protocols/payments/PaymentSession.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/dogecoin/dogecoinj/protocols/payments/PaymentSession.java b/core/src/main/java/com/dogecoin/dogecoinj/protocols/payments/PaymentSession.java index c26ec487..ded6dcb4 100644 --- a/core/src/main/java/com/dogecoin/dogecoinj/protocols/payments/PaymentSession.java +++ b/core/src/main/java/com/dogecoin/dogecoinj/protocols/payments/PaymentSession.java @@ -292,7 +292,7 @@ public class PaymentSession { } /** - * Returns a SendRequest suitable for broadcasting to the network. + Returns a {@link SendRequest} suitable for broadcasting to the network. */ public SendRequest getSendRequest() { Transaction tx = new Transaction(params);