Small human error fix.

This commit is contained in:
drainx 2014-01-06 18:29:23 -06:00
parent 5a1c693fa6
commit f7b087df98

View File

@ -257,7 +257,7 @@ require_once(INCLUDE_DIR . "/jsonRPCClient.php");
* @author Mike Gogulski
* http://www.gogulski.com/ http://www.nostate.com/
*/
class BitcoinClient extends jsonrpc_client {
class BitcoinClient extends jsonRPCClient {
/**
* Create a jsonrpc_client object to talk to the bitcoin server and return it,