You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2436,7 +2436,7 @@ or if it's actually an intermediate hash.`,
2436
2436
inputUlxlyArgs.gasLimit=ulxlyBridgeAndClaimCmd.PersistentFlags().Uint64(ArgGasLimit, 0, "force a gas limit when sending a transaction")
2437
2437
inputUlxlyArgs.chainID=ulxlyBridgeAndClaimCmd.PersistentFlags().String(ArgChainID, "", "set the chain id to be used in the transaction")
2438
2438
inputUlxlyArgs.privateKey=ulxlyBridgeAndClaimCmd.PersistentFlags().String(ArgPrivateKey, "", "the hex encoded private key to be used when sending the tx")
2439
-
inputUlxlyArgs.destAddress=ulxlyBridgeAndClaimCmd.Flags().String(ArgDestAddress, "", "the address where the bridge will be sent to")
2439
+
inputUlxlyArgs.destAddress=ulxlyBridgeAndClaimCmd.PersistentFlags().String(ArgDestAddress, "", "the address where the bridge will be sent to")
2440
2440
inputUlxlyArgs.timeout=ulxlyBridgeAndClaimCmd.PersistentFlags().Uint64(ArgTimeout, 60, "the amount of time to wait while trying to confirm a transaction receipt")
2441
2441
inputUlxlyArgs.gasPrice=ulxlyBridgeAndClaimCmd.PersistentFlags().String(ArgGasPrice, "", "the gas price to be used")
2442
2442
inputUlxlyArgs.dryRun=ulxlyBridgeAndClaimCmd.PersistentFlags().Bool(ArgDryRun, false, "do all of the transaction steps but do not send the transaction")
0 commit comments