diff --git a/src/service/gateway.rs b/src/service/gateway.rs index aea76a91b..424fa4275 100644 --- a/src/service/gateway.rs +++ b/src/service/gateway.rs @@ -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(), )); }