From 29825770acebbc316fed10c63361c0fe02d0a25a Mon Sep 17 00:00:00 2001 From: thephez Date: Mon, 13 May 2019 09:29:14 -0400 Subject: [PATCH] Content - remove RBF-related text --- _includes/devdoc/dash-core/rpcs/rpcs/listunspent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}