diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/listunspent.md b/_includes/devdoc/dash-core/rpcs/rpcs/listunspent.md index 8b89dbb3..73d41300 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/listunspent.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/listunspent.md @@ -136,7 +136,7 @@ the *spendable* field in the results described below. - n: "→ →
`safe`" t: "bool" p: "Required
(exactly 1)" - d: "*Added in Bitcoin Core 0.15.0*

Whether this output is considered safe to spend. Unconfirmed transactions from outside keys and unconfirmed replacement transactions are considered unsafe and are not eligible for spending by `fundrawtransaction` and `sendtoaddress`." + d: "*Added in Bitcoin Core 0.15.0*

Whether this output is considered safe to spend. Unconfirmed transactions from outside keys are considered unsafe and are not eligible for spending by `fundrawtransaction` and `sendtoaddress`." {% enditemplate %}