feat(server): in-place testnet creator (#19280)
This commit is contained in:
@@ -107,6 +107,11 @@ func SetChainID(chainID string) func(*BaseApp) {
|
||||
return func(app *BaseApp) { app.chainID = chainID }
|
||||
}
|
||||
|
||||
// SetStoreLoader allows customization of the rootMultiStore initialization.
|
||||
func SetStoreLoader(loader StoreLoader) func(*BaseApp) {
|
||||
return func(app *BaseApp) { app.SetStoreLoader(loader) }
|
||||
}
|
||||
|
||||
// SetOptimisticExecution enables optimistic execution.
|
||||
func SetOptimisticExecution(opts ...func(*oe.OptimisticExecution)) func(*BaseApp) {
|
||||
return func(app *BaseApp) {
|
||||
|
||||
Reference in New Issue
Block a user