mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 00:16:26 +00:00
typo
This commit is contained in:
parent
3adfa8473d
commit
723f929f0c
@ -39,7 +39,7 @@ rpcClient.stop();
|
|||||||
|
|
||||||
### Making your first RPC Call
|
### 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:
|
For example, to execute the `getmininginfo`, you should use the `getMiningInfo()` method:
|
||||||
```java
|
```java
|
||||||
|
Loading…
x
Reference in New Issue
Block a user