Skip to content

Commit 74c6615

Browse files
committed
Error message updated
1 parent edb3fd2 commit 74c6615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
$result = $es->getLastTransfers($options);
4444
break;
4545
default:
46-
$ctr->sendError(17, 'Invalid request, check https://github.com/EverexIO/Ethplorer/wiki/Ethplorer-API for API specification');
46+
$ctr->sendError(17, 'Invalid request, check API manual there: https://github.com/EverexIO/Ethplorer/wiki/Ethplorer-API');
4747
}
4848
$ctr->sendResult($result);

0 commit comments

Comments
 (0)