From 17e4ca47c79f511ac0a4cd1d1e0936efec3bf1d9 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 26 Jun 2018 06:31:38 -1100 Subject: [PATCH] Syntax --- src/rpcmisc.cpp | 3 --- 1 file changed, 3 deletions(-) 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; }