Syntax
This commit is contained in:
@@ -604,9 +604,6 @@ bool getAddressFromIndex(const int &type, const uint160 &hash, std::string &addr
|
|||||||
} else if (type == 1) {
|
} else if (type == 1) {
|
||||||
address = CBitcoinAddress(CKeyID(hash)).ToString();
|
address = CBitcoinAddress(CKeyID(hash)).ToString();
|
||||||
}
|
}
|
||||||
else if (type == 3) {
|
|
||||||
xxx address = CBitcoinAddress(CKeyID(hash)).ToString();
|
|
||||||
}
|
|
||||||
else {
|
else {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user