mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 20:25:48 +00:00
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user