mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 15:04:22 +00:00
abci: implement finalize block (#9468)
Adds the `FinalizeBlock` method which replaces `BeginBlock`, `DeliverTx`, and `EndBlock` in a single call.
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