mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
Fix links to rpc methods in daemon-rpc guide
This commit is contained in:
parent
bd9530e39f
commit
1f038352ce
1 changed files with 4 additions and 4 deletions
|
@ -20,16 +20,16 @@ Note: "atomic units" refer to the smallest fraction of 1 XMR according to the mo
|
|||
### [JSON RPC Methods](#json-rpc-methods):
|
||||
|
||||
* [getblockcount](#getblockcount)
|
||||
* [on_getblockhash](#ongetblockhash)
|
||||
* [on_getblockhash](#on_getblockhash)
|
||||
* [getblocktemplate](#getblocktemplate)
|
||||
* [submitblock](#submitblock)
|
||||
* [getlastblockheader](#getlastblockheader)
|
||||
* [getblockheaderbyhash](#getblockheaderbyhash)
|
||||
* [getblockheaderbyheight](#getblockheaderbyheight)
|
||||
* [getblock](#getblock)
|
||||
* [get_connections](#getconnections)
|
||||
* [get_info](#getinfo)
|
||||
* [hard_fork_info](#hardforkinfo)
|
||||
* [get_connections](#get_connections)
|
||||
* [get_info](#get_info)
|
||||
* [hard_fork_info](#hard_fork_info)
|
||||
* [setbans](#setbans)
|
||||
* [getbans](#getbans)
|
||||
|
||||
|
|
Loading…
Reference in a new issue