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 f28707a commit 53a2148Copy full SHA for 53a2148
src/rpcmisc.cpp
@@ -115,7 +115,7 @@ class DescribeAddressVisitor : public boost::static_visitor<Object>
115
Object operator()(const CScriptID &scriptID) const {
116
Object obj;
117
obj.push_back(Pair("isscript", true));
118
- if (mine == MINE_SPENDABLE) {
+ if (mine != MINE_NO) {
119
CScript subscript;
120
pwalletMain->GetCScript(scriptID, subscript);
121
std::vector<CTxDestination> addresses;
0 commit comments