Skip to content

Commit

Permalink
Update tx.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Cashmaney authored Aug 30, 2023
1 parent 6cad85a commit 0df8451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/compute/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ func parseInstantiateArgs(args []string, cliCtx client.Context, initFlags *flag.

admin, err := initFlags.GetString(flagAdmin)
if err != nil {
return types.MsgInstantiateContract{}, fmt.Errorf("Admin: %s", err)
return types.MsgInstantiateContract{}, fmt.Errorf("admin: %s", err)
}

// build and sign the transaction, then broadcast to Tendermint
Expand Down

0 comments on commit 0df8451

Please sign in to comment.