docs: Remove TODO with rippled version check (#2469)

Remove TODO
This commit is contained in:
Jackson Mills
2023-09-08 09:24:53 -07:00
committed by GitHub
parent e52b27e097
commit 87da37a0db

View File

@@ -176,8 +176,6 @@ function txNeedsNetworkID(client: Client): boolean {
client.networkID !== undefined && client.networkID !== undefined &&
client.networkID > RESTRICTED_NETWORKS 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 ( if (
(client.buildVersion && (client.buildVersion &&
isNotLaterRippledVersion( isNotLaterRippledVersion(