mirror of
https://github.com/fluencelabs/tendermint
synced 2025-08-01 04:31:57 +00:00
comments and cleanup
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user