From 87caafb92f782b0a0b28af8920e9a2b530f757c6 Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Tue, 29 Oct 2024 15:16:07 +0700 Subject: [PATCH] fix: dashify doc/JSON-RPC-interface.md to follow-up bitcoin#27225 --- doc/JSON-RPC-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/JSON-RPC-interface.md b/doc/JSON-RPC-interface.md index 118251cb90..30cd655380 100644 --- a/doc/JSON-RPC-interface.md +++ b/doc/JSON-RPC-interface.md @@ -24,7 +24,7 @@ This endpoint is only activated when the wallet component has been compiled in. It can service both wallet and non-wallet requests. It MUST be used for wallet requests when two or more wallets are loaded. -This is the endpoint used by bitcoin-cli when a `-rpcwallet=` parameter is passed in. +This is the endpoint used by dash-cli when a `-rpcwallet=` parameter is passed in. Best practice would dictate using the `/wallet//` endpoint for ALL requests when multiple wallets are in use.