mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
add TODO to remove buildVersion in the future
This commit is contained in:
@@ -101,6 +101,7 @@ function txNeedsNetworkID(client: Client): boolean {
|
||||
client.networkID > RESTRICTED_NETWORKS
|
||||
) {
|
||||
// transaction needs networkID if either the network is hooks testnet or build version is >= 1.11.0
|
||||
// TODO: remove the buildVersion logic when 1.11.0 is out and widely used.
|
||||
if (
|
||||
(client.buildVersion &&
|
||||
isEarlierRippledVersion(
|
||||
|
||||
Reference in New Issue
Block a user