Skip to content

Commit

Permalink
Update client/tx/search.go
Browse files Browse the repository at this point in the history
Co-Authored-By: fedekunze <[email protected]>
  • Loading branch information
alexanderbez and fedekunze authored Nov 27, 2018
1 parent 2d9ce31 commit d8683fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/tx/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ func SearchTxRequestHandlerFn(cliCtx context.CLIContext, cdc *codec.Codec) http.
utils.WriteErrorResponse(w, http.StatusBadRequest, errMsg)
return
}
fmt.Println(fmt.Sprintf("%s='%s'", key, value))
tag := fmt.Sprintf("%s='%s'", key, value)
tags = append(tags, tag)
}
Expand Down

0 comments on commit d8683fe

Please sign in to comment.