fix: correct typos across codebase (#25335)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user