mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Update packages/xrpl/src/sugar/autofill.ts
Co-authored-by: Mayukha Vadari <mvadari@gmail.com>
This commit is contained in:
@@ -95,7 +95,7 @@ async function autofill<T extends Transaction>(
|
||||
return Promise.all(promises).then(() => tx)
|
||||
}
|
||||
|
||||
// eslint-disable-next-line max-lines-per-function, max-statements -- Disable for this helper functions.
|
||||
// eslint-disable-next-line max-lines-per-function, max-statements -- Disable for this helper function.
|
||||
function isEarlierRippledVersion(source: string, target: string): boolean {
|
||||
if (source === target) {
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user