fix: correct typos across codebase (#25335)

This commit is contained in:
sashaodessa
2025-09-10 19:36:08 +00:00
committed by GitHub
parent b848f4c6cb
commit 6c5882bc40
9 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
* 10/14/2022:
* Add `ListenCommit`, flatten the state writes in a block to a single batch.
* Remove listeners from cache stores, should only listen to `rootmulti.Store`.
* Remove `HaltAppOnDeliveryError()`, the errors are propagated by default, the implementations should return nil if don't want to propogate errors.
* Remove `HaltAppOnDeliveryError()`, the errors are propagated by default, the implementations should return nil if don't want to propagate errors.
* 26/05/2023: Update with ABCI 2.0
## Status
@@ -354,7 +354,7 @@ var Handshake = plugin.HandshakeConfig{
MagicCookieValue: "ef78114d-7bdf-411c-868f-347c99a78345",
}
// ListenerPlugin is the base struc for all kinds of go-plugin implementations
// ListenerPlugin is the base struct for all kinds of go-plugin implementations
// It will be included in interfaces of different Plugins
type ABCIListenerPlugin struct {
// GRPCPlugin must still implement the Plugin interface