refactor: reword upgrading.md and verify match with repo (#17262)
This commit is contained in:
@@ -568,9 +568,12 @@ func registerABCIListenerPlugin(
|
||||
exposeKeysStr := cast.ToStringSlice(appOpts.Get(keysKey))
|
||||
exposedKeys := exposeStoreKeysSorted(exposeKeysStr, keys)
|
||||
bApp.cms.AddListeners(exposedKeys)
|
||||
bApp.SetStreamingService(abciListener)
|
||||
bApp.stopNodeOnABCIListenerErr = stopNodeOnErr
|
||||
bApp.abciListenersAsync = async
|
||||
app.SetStreamingManager(
|
||||
storetypes.StreamingManager{
|
||||
ABCIListeners: []storetypes.ABCIListener{abciListener},
|
||||
StopNodeOnErr: stopNodeOnErr,
|
||||
},
|
||||
)
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user