changed rpc error message to Still Syncing, when mining is not ready

This commit is contained in:
debris 2016-06-15 01:12:46 +02:00
parent 7610d308e8
commit dac387fac1
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ fn make_unsupported_err() -> Error {
fn no_work_err() -> Error {
Error {
code: ErrorCode::ServerError(NO_WORK_CODE),
message: "Mining not ready.".into(),
message: "Still syncing.".into(),
data: None
}
}