Skip to content

Commit

Permalink
switch supermajority checker to CFT
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Boldyrev <miboldyrev@gmail.com>
  • Loading branch information
MBoldyrev committed Sep 17, 2019
1 parent 306e3fa commit 05ee249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irohad/main/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ using namespace std::chrono_literals;

/// Consensus consistency model type.
static constexpr iroha::consensus::yac::ConsistencyModel
kConsensusConsistencyModel = iroha::consensus::yac::ConsistencyModel::kBft;
kConsensusConsistencyModel = iroha::consensus::yac::ConsistencyModel::kCft;

/**
* Configuring iroha daemon
Expand Down

0 comments on commit 05ee249

Please sign in to comment.