Skip to content

Commit

Permalink
Merge pull request #2388 from nahuhh/devguide_depreciation
Browse files Browse the repository at this point in the history
rpc: depreciation warning
  • Loading branch information
plowsof authored Oct 15, 2024
2 parents 7eeea7d + 8dae532 commit 2992b57
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
6 changes: 5 additions & 1 deletion resources/developer-guides/daemon-rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ title: "Daemon RPC documentation"

{% t global.lang_tag %}

<div class="info-block center-xs">
<h3 style="padding: 0;">⚠️ This page is deprecated</h3> <p>The latest version of this document is available at <a href="https://docs.getmonero.org/rpc-library/monerod-rpc/">docs.getmonero.org</a>.</p>
</div>

# Daemon RPC

## Introduction
Expand Down Expand Up @@ -3203,4 +3207,4 @@ $ curl http://127.0.0.1:18081/get_public_nodes -d '{"gray":true}' -H 'Content-Ty
"rpc_port": 18089
}]
}
```
```
4 changes: 2 additions & 2 deletions resources/developer-guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ meta_descr: developer-guides.head
</div>
</div>
<p><i>{% t developer-guides.outdated %}</i></p>
<h3><span class="icon-page"></span><a href="{{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html">{% t developer-guides.daemonrpc %}</a></h3>
<h3><span class="icon-page"></span><a href="https://docs.getmonero.org/rpc-library/monerod-rpc/">{% t developer-guides.daemonrpc %}</a></h3>
<p>{% t developer-guides.daemonrpc_descr %}</p>
<h3><span class="icon-page"></span><a href="{{ site.baseurl_root }}/resources/developer-guides/wallet-rpc.html">{% t developer-guides.walletrpc %}</a></h3>
<h3><span class="icon-page"></span><a href="https://docs.getmonero.org/rpc-library/wallet-rpc/">{% t developer-guides.walletrpc %}</a></h3>
<p>{% t developer-guides.walletrpc_descr %}</p>
</div>
</div>
Expand Down
5 changes: 5 additions & 0 deletions resources/developer-guides/wallet-rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ title: "Wallet RPC documentation"
---

{% t global.lang_tag %}

<div class="info-block center-xs">
<h3 style="padding: 0;">⚠️ This page is deprecated</h3> <p>The latest version of this document is available at <a href="https://docs.getmonero.org/rpc-library/wallet-rpc/">docs.getmonero.org</a>.</p>
</div>

# Wallet RPC

## Introduction
Expand Down

0 comments on commit 2992b57

Please sign in to comment.