Skip to content

Commit 349cdb5

Browse files
committed
ulxly: make legacy bridge service as default
1 parent b645764 commit 349cdb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ulxly/ulxly.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2461,7 +2461,7 @@ or if it's actually an intermediate hash.`,
24612461
inputUlxlyArgs.gasPrice = ulxlyBridgeAndClaimCmd.PersistentFlags().String(ArgGasPrice, "", "the gas price to be used")
24622462
inputUlxlyArgs.dryRun = ulxlyBridgeAndClaimCmd.PersistentFlags().Bool(ArgDryRun, false, "do all of the transaction steps but do not send the transaction")
24632463
inputUlxlyArgs.insecure = ulxlyBridgeAndClaimCmd.PersistentFlags().Bool(ArgInsecure, false, "skip TLS certificate verification")
2464-
inputUlxlyArgs.legacy = ulxlyBridgeAndClaimCmd.PersistentFlags().Bool(ArgLegacy, false, "force usage of legacy bridge service")
2464+
inputUlxlyArgs.legacy = ulxlyBridgeAndClaimCmd.PersistentFlags().Bool(ArgLegacy, true, "force usage of legacy bridge service")
24652465
fatalIfError(ulxlyBridgeAndClaimCmd.MarkPersistentFlagRequired(ArgBridgeAddress))
24662466

24672467
// bridge specific args

0 commit comments

Comments
 (0)