aboutsummaryrefslogtreecommitdiffstats
path: root/core/consensus.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/consensus.go')
-rw-r--r--core/consensus.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/consensus.go b/core/consensus.go
index 9b95e56..f591db5 100644
--- a/core/consensus.go
+++ b/core/consensus.go
@@ -87,7 +87,7 @@ func NewConsensus(
rbModule: rb,
toModule: to,
ctModule: newConsensusTimestamp(),
- app: app,
+ app: newNonBlockingApplication(app),
gov: gov,
db: db,
prvKey: prv,