Browse Source

minor fix [ci skip]

pull/1780/head
Ethan Buchman 7 years ago
parent
commit
293cf5e634
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      CHANGELOG.md
  2. +1
    -1
      tests/client_server_test.go

+ 1
- 0
CHANGELOG.md View File

@ -24,6 +24,7 @@ FEATURES:
- [types] RequestBeginBlock: added `absent_validators` and `byzantine_validators` fields
- [dummy] DeliverTx returns an owner tag and a key tag
- [abci-cli] added `log_level` flag to control the logger
- [abci-cli] introduce `abci-cli test` command for simple testing of ABCI server implementations via Counter application
## 0.7.1 (November 14, 2017)


+ 1
- 1
tests/client_server_test.go View File

@ -1,4 +1,4 @@
package main
package tests
import (
"testing"


Loading…
Cancel
Save