Skip to content

Commit

Permalink
Fix merge problem with OrderingGate object
Browse files Browse the repository at this point in the history
  • Loading branch information
muratovv committed Jul 20, 2017
1 parent 0b9bc05 commit 55476f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions irohad/main/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@ void Irohad::run(){
iroha::validation::StatelessValidatorImpl stateless_validator(crypto_provider);
// iroha::validation::StatefulValidatorStub stateful_validator;
iroha::validation::ChainValidatorStub chain_validator;
iroha::ordering::OrderingServiceStub ordering_service;
iroha::network::OrderingGateStub ordering_service;
iroha::consensus::ConsensusServiceStub consensus_service;
iroha::network::PeerCommunicationServiceStub peer_communication_service(
ordering_service,
consensus_service);
iroha::torii::TransactionProcessorImpl tp(peer_communication_service,
ordering_service,
stateless_validator);
// iroha::torii::QueryProcessorStub qp(ametsuchi, ametsuchi);

Expand Down

0 comments on commit 55476f1

Please sign in to comment.