Skip to content

Commit

Permalink
Actually fix a cosmos#184... (cosmos#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzdybal authored Nov 18, 2021
1 parent d974251 commit abec544
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion state/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
type BlockExecutor struct {
proposerAddress []byte
namespaceID [8]byte
chainID string
chainID string
proxyApp proxy.AppConnConsensus
mempool mempool.Mempool

Expand All @@ -35,6 +35,7 @@ func NewBlockExecutor(proposerAddress []byte, namespaceID [8]byte, chainID strin
return &BlockExecutor{
proposerAddress: proposerAddress,
namespaceID: namespaceID,
chainID: chainID,
proxyApp: proxyApp,
mempool: mempool,
logger: logger,
Expand Down

0 comments on commit abec544

Please sign in to comment.