Map address type 3 -> 1

This commit is contained in:
jl777
2018-06-26 06:18:12 -11:00
parent fa7bf712a1
commit dc276bd087
4 changed files with 8 additions and 14 deletions

View File

@@ -176,9 +176,6 @@ UniValue blockToDeltasJSON(const CBlock& block, const CBlockIndex* blockindex)
else if (spentInfo.addressType == 2) {
delta.push_back(Pair("address", CBitcoinAddress(CScriptID(spentInfo.addressHash)).ToString()));
}
else if (spentInfo.addressType == 3) {
xxx delta.push_back(Pair("address", CBitcoinAddress(CScriptID(spentInfo.addressHash)).ToString()));
}
else {
continue;
}