diff --git a/src/rpcmisc.cpp b/src/rpcmisc.cpp index 67518c09c..065739a9a 100644 --- a/src/rpcmisc.cpp +++ b/src/rpcmisc.cpp @@ -604,9 +604,6 @@ bool getAddressFromIndex(const int &type, const uint160 &hash, std::string &addr } else if (type == 1) { address = CBitcoinAddress(CKeyID(hash)).ToString(); } - else if (type == 3) { - xxx address = CBitcoinAddress(CKeyID(hash)).ToString(); - } else { return false; }