diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getbalance.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getbalance.md
index 93bd0ef4..02d1cc99 100644
--- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getbalance.md
+++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getbalance.md
@@ -21,7 +21,7 @@ The `getbalance` RPC {{summary_getBalance}}
- n: "Account"
t: "string"
p: "Optional
(0 or 1)"
- d: "The name of an account to get the balance for. An empty string (\"\") is the default account. The string `*` will get the balance for all accounts (this is the default behavior)"
+ d: "*Deprecated: will be removed in a later version of Bitcoin Core*
The name of an account to get the balance for. An empty string (\"\") is the default account. The string `*` will get the balance for all accounts (this is the default behavior)"
{% enditemplate %}