mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 03:21:23 +00:00
Update PaymentSession.java
Correct @link
This commit is contained in:
@@ -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() {
|
public SendRequest getSendRequest() {
|
||||||
Transaction tx = new Transaction(params);
|
Transaction tx = new Transaction(params);
|
||||||
|
Reference in New Issue
Block a user