mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 04:01:55 +00:00
handshake replay through consensus using mockApp
This commit is contained in:
@@ -31,7 +31,7 @@ type Consensus interface {
|
||||
type Mempool interface {
|
||||
Size() int
|
||||
CheckTx(types.Tx, func(*abci.Response)) error
|
||||
Reap(int) []types.Tx
|
||||
Reap(int) types.Txs
|
||||
Flush()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user