Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sappenin committed Dec 17, 2024
1 parent 5b60fd1 commit d61175a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static XrpCurrencyAmount computeFee(
final long fulfillmentByteSize = Base64.getUrlDecoder().decode(
((PreimageSha256Fulfillment) fulfillment).getEncodedPreimage()
).length;
// See https://xrpl.org/docs/references/protocol/transactions/types/escrowfinish#escrowfinish-fields for '
// See https://xrpl.org/docs/references/protocol/transactions/types/escrowfinish#escrowfinish-fields for
// computing the additional fee for Escrows.
// In particular: `extraFee = view.fees().base * (32 + (fb->size() / 16))`
// See https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Escrow.cpp#L368
Expand Down

0 comments on commit d61175a

Please sign in to comment.