Add newlines per PR Comments

This commit is contained in:
David Fuelling
2023-05-11 13:02:05 -06:00
parent e7ce236717
commit a22c6e9541
4 changed files with 5 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ AccountInfoRequestParams requestParams = AccountInfoRequestParams.builder()
AccountInfoResult accountInfoResult = xrplClient.accountInfo(requestParams);
UnsignedInteger sequence = accountInfoResult.accountData().sequence();
// Request current fee information from rippled
// Request current fee information from rippled
FeeResult feeResult = xrplClient.fee();
XrpCurrencyAmount openLedgerFee = feeResult.drops().openLedgerFee();
@@ -97,4 +97,4 @@ transactionResult.metadata().ifPresent(metadata -> {
metadata.deliveredAmount().ifPresent(deliveredAmount ->
System.out.println("XRP Delivered: " + ((XrpCurrencyAmount) deliveredAmount).toXrp()));
}
);
);