From 87da37a0dbe4049a3e19431b3ef5611279bf46d5 Mon Sep 17 00:00:00 2001 From: Jackson Mills Date: Fri, 8 Sep 2023 09:24:53 -0700 Subject: [PATCH] docs: Remove TODO with rippled version check (#2469) Remove TODO --- packages/xrpl/src/sugar/autofill.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/xrpl/src/sugar/autofill.ts b/packages/xrpl/src/sugar/autofill.ts index aa4c0800..a60a6863 100644 --- a/packages/xrpl/src/sugar/autofill.ts +++ b/packages/xrpl/src/sugar/autofill.ts @@ -176,8 +176,6 @@ function txNeedsNetworkID(client: Client): boolean { client.networkID !== undefined && client.networkID > RESTRICTED_NETWORKS ) { - // TODO: remove the buildVersion logic when 1.11.0 is out and widely used. - // Issue: https://github.com/XRPLF/xrpl.js/issues/2339 if ( (client.buildVersion && isNotLaterRippledVersion(