Small human error fix.
This commit is contained in:
parent
5a1c693fa6
commit
f7b087df98
@ -257,7 +257,7 @@ require_once(INCLUDE_DIR . "/jsonRPCClient.php");
|
|||||||
* @author Mike Gogulski
|
* @author Mike Gogulski
|
||||||
* http://www.gogulski.com/ http://www.nostate.com/
|
* 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,
|
* Create a jsonrpc_client object to talk to the bitcoin server and return it,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user