This commit is contained in:
Bruno Volpato 2017-12-15 07:28:06 -08:00 committed by GitHub
parent a236811410
commit 87cbce4e4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ rpcClient.stop();
### Making your first RPC Call
In order to use an RPC method using `JavaBitcoindRpcClient`, you'll find that the `BitcoindRpcClient` provides most of the functionality that can be accessed through `bitcloin-cli` or `curl`.
In order to use an RPC method using `JavaBitcoindRpcClient`, you'll find that the `BitcoindRpcClient` provides most of the functionality that can be accessed through `bitcoin-cli` or `curl`.
For example, to execute the `getmininginfo`, you should use the `getMiningInfo()` method:
```java