mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 06:54:41 +00:00
implement finalize block
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
)
|
||||
|
||||
func FuzzMempool(f *testing.F) {
|
||||
app := kvstore.NewApplication()
|
||||
app := kvstore.NewInMemoryApplication()
|
||||
logger := log.NewNopLogger()
|
||||
mtx := new(tmsync.Mutex)
|
||||
conn := abciclient.NewLocalClient(mtx, app)
|
||||
|
||||
Reference in New Issue
Block a user