Skip to content

Commit a013d4b

Browse files
authored
fix(ulxly): missing --legacy flag (#724)
1 parent b7457d7 commit a013d4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/ulxly/ulxly.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2470,6 +2470,7 @@ or if it's actually an intermediate hash.`,
24702470
fBridgeAndClaim.StringVar(&inputUlxlyArgs.gasPrice, ArgGasPrice, "", "gas price to use")
24712471
fBridgeAndClaim.BoolVar(&inputUlxlyArgs.dryRun, ArgDryRun, false, "do all of the transaction steps but do not send the transaction")
24722472
fBridgeAndClaim.BoolVar(&inputUlxlyArgs.insecure, ArgInsecure, false, "skip TLS certificate verification")
2473+
fBridgeAndClaim.BoolVar(&inputUlxlyArgs.legacy, ArgLegacy, true, "force usage of legacy bridge service")
24732474
fatalIfError(ulxlyBridgeAndClaimCmd.MarkPersistentFlagRequired(ArgBridgeAddress))
24742475

24752476
// bridge specific args

0 commit comments

Comments
 (0)