More docs

This commit is contained in:
arkpar 2016-01-09 19:13:58 +01:00
parent 0eb69c7f1c
commit 32bfa69106

View File

@ -164,6 +164,7 @@ pub struct ChainSync {
impl ChainSync {
/// Create a new instance of syncing strategy.
pub fn new() -> ChainSync {
ChainSync {
state: SyncState::NotSynced,