mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Add newlines per PR Comments
This commit is contained in:
@@ -73,4 +73,4 @@ Payment payment = Payment.builder()
|
||||
.build();
|
||||
|
||||
SingleSignedTransaction<Payment> signedPayment = derivedKeySignatureService.sign(privateKeyReference, payment);
|
||||
System.out.println("Signed Payment: " + signedPayment.signedTransaction());
|
||||
System.out.println("Signed Payment: " + signedPayment.signedTransaction());
|
||||
|
||||
Reference in New Issue
Block a user