always use open ledger fee

This commit is contained in:
Denis Angell
2023-12-10 14:48:53 +01:00
parent 420d6b2c35
commit 7663e6049f

View File

@@ -60,5 +60,5 @@ export async function getFeeEstimateXrp(
command: 'fee',
tx_blob: txBlob,
})
return response.result.drops.base_fee
return response.result.drops.open_ledger_fee
}