comments and cleanup

This commit is contained in:
Ethan Buchman
2017-04-15 01:33:30 -04:00
parent 5109746b1c
commit 935f70a346
4 changed files with 26 additions and 27 deletions

View File

@@ -186,7 +186,7 @@ type ABCIResponses struct {
DeliverTx []*abci.ResponseDeliverTx
EndBlock abci.ResponseEndBlock
txs types.Txs // for reference later
txs types.Txs // reference for indexing results by hash
}
func NewABCIResponses(block *types.Block) *ABCIResponses {