don't use DistAlgorithm trait

This commit is contained in:
Vladimir Komendantskiy 2018-11-06 14:25:59 +00:00 committed by Nick Sanders
parent fec4010ae8
commit 2c99344c66
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ use hbbft::{
Input as DhbInput, NodeChange},
// queueing_honey_badger::{Change as QhbChange, Input as QhbInput},
sync_key_gen::{Ack, AckOutcome, Part, PartOutcome, SyncKeyGen},
DistAlgorithm, Target, Epoched,
Target, Epoched,
};
use peer::Peers;
use serde::{Deserialize, Serialize};