fix: dashify doc/JSON-RPC-interface.md to follow-up bitcoin#27225

This commit is contained in:
Konstantin Akimov 2024-10-29 15:16:07 +07:00
parent 237460c533
commit 87caafb92f
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -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 can service both wallet and non-wallet requests.
It MUST be used for wallet requests when two or more wallets are loaded. 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/<walletname>/` endpoint for ALL Best practice would dictate using the `/wallet/<walletname>/` endpoint for ALL
requests when multiple wallets are in use. requests when multiple wallets are in use.