mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
gateway: print more clear message when slabstore has higher index than gateway's slabstore
This commit is contained in:
@@ -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(),
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user