gateway: print more clear message when slabstore has higher index than gateway's slabstore

This commit is contained in:
ghassmo
2021-10-23 12:14:34 +03:00
parent a253ac2296
commit e50f7ec928

View File

@@ -228,7 +228,7 @@ impl GatewayClient {
if last_index < local_last_index {
return Err(Error::SlabsStore(
"Local slabstore has higher index than gateway's slabstore.
Delete slabstore database \"darkfid_client.db\"."
Run \" darkfid -r \" to refresh the database."
.into(),
));
}