Skip to content

Commit

Permalink
fix: Pass empty address for customer contract address in relay tx
Browse files Browse the repository at this point in the history
  • Loading branch information
rbajollari committed Dec 14, 2023
1 parent 66acbcd commit 8ef5c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/gmp/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func GetCmdRelay() *cobra.Command {
clientCtx.GetFromAddress().String(),
args[0], // destination-chain e.g. "Ethereum"
args[1], // ojo-contract-address e.g. "0x001"
args[2], // customer-contract-address e.g. "0x002"
"", // customer-contract-address e.g. "0x002"
tokens, // amount
denoms, // denoms
commandSelector, // command-selector
Expand Down

0 comments on commit 8ef5c4c

Please sign in to comment.