Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pdp2121 committed Oct 25, 2024
1 parent bb3156d commit 80a6d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xrpl/test/integration/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ export async function fetchAccountReserveFee(
client: Client,
): Promise<string | null> {
const response = await client.request({ command: 'server_state' })
const fee = response.result.state.validated_ledger?.reserve_inc
const fee = response.result.state.validated_ledger?.reserve_base

if (fee == null) {
return null
Expand Down

0 comments on commit 80a6d1f

Please sign in to comment.