We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29b3f5 commit 28fd457Copy full SHA for 28fd457
src/wallet/rpcwallet.cpp
@@ -2367,8 +2367,9 @@ UniValue listunspent(const JSONRPCRequest& request)
2367
" ,...\n"
2368
" ]\n"
2369
"4. include_unsafe (bool, optional, default=true) Include outputs that are not safe to spend\n"
2370
- " because they come from transactions that are replacing other transactions or\n"
2371
- " have been replaced.\n"
+ " because they come from unconfirmed untrusted transactions or unconfirmed\n"
+ " replacement transactions (cases where we can't be sure a conflicting\n"
2372
+ " transaction won't be mined).\n"
2373
"\nResult\n"
2374
"[ (array of json object)\n"
2375
" {\n"
0 commit comments