Update client/tx/search.go

Co-Authored-By: fedekunze <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
Alexander Bezobchuk 2018-11-27 22:38:13 +01:00 committed by GitHub
parent 2d9ce3121b
commit d8683fe90b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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)
}