This commit is contained in:
jl777
2018-06-26 06:31:38 -11:00
parent 98d1a795df
commit 17e4ca47c7

View File

@@ -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;
}