Files
tendermint/cmd/tendermint
Anton Kaliaev 4896364952 [cli] cleanup gen_validator output (Fixes #396)
so we can pipe result to a file:

```
tendermint gen_validator > example.json
```

before this we had to cut first 3 lines:

```
tendermint gen_validator | sed 1,3d > example.json
```
2017-02-08 23:24:19 +04:00
..
2017-01-12 20:48:10 -05:00
2017-01-24 21:20:29 +04:00
2016-10-30 03:55:27 -07:00
2016-03-19 16:58:15 -07:00