Update PaymentSession.java

Correct @link
This commit is contained in:
Ice
2025-04-21 13:04:05 -04:00
committed by GitHub
parent 7ef0f18848
commit f5d65c8703

View File

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