Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
This commit is contained in:
co-authored by
Akhil Kumar P
parent
0d201dead3
commit
6ffa71abd3
@@ -67,7 +67,7 @@ type Consensus[T transaction.Tx] struct {
|
||||
func NewConsensus[T transaction.Tx](
|
||||
logger log.Logger,
|
||||
appName string,
|
||||
consensusAuthority string,
|
||||
consensusAuthority string, // TODO remove
|
||||
app *appmanager.AppManager[T],
|
||||
mp mempool.Mempool[T],
|
||||
indexedEvents map[string]struct{},
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ type AppI[T transaction.Tx] interface {
|
||||
Name() string
|
||||
InterfaceRegistry() server.InterfaceRegistry
|
||||
GetAppManager() *appmanager.AppManager[T]
|
||||
GetConsensusAuthority() string
|
||||
GetConsensusAuthority() string // TODO remove
|
||||
GetGPRCMethodsToMessageMap() map[string]func() gogoproto.Message
|
||||
GetStore() any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user