implement finalize block

This commit is contained in:
Callum Waters
2022-09-20 14:14:28 +02:00
parent dfefd837e7
commit 344efa2e15
128 changed files with 5543 additions and 7989 deletions
+1 -1
View File
@@ -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)