mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
rustfmt
This commit is contained in:
parent
8925d1e48d
commit
53265693cf
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ impl StateSync {
|
||||||
Err(e) => self.sync_state.set_sync_error(Error::P2P(e)),
|
Err(e) => self.sync_state.set_sync_error(Error::P2P(e)),
|
||||||
}
|
}
|
||||||
self.sync_state.update(SyncStatus::TxHashsetDownload);
|
self.sync_state.update(SyncStatus::TxHashsetDownload);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
true
|
true
|
||||||
|
|
Loading…
Reference in a new issue