HUSH has no JoinSplits
This commit is contained in:
@@ -73,7 +73,6 @@ extern char ASSETCHAINS_SYMBOL[KOMODO_ASSETCHAIN_MAXLEN];
|
|||||||
extern std::string ASSETCHAINS_OVERRIDE_PUBKEY;
|
extern std::string ASSETCHAINS_OVERRIDE_PUBKEY;
|
||||||
const std::string ADDR_TYPE_SAPLING = "sapling";
|
const std::string ADDR_TYPE_SAPLING = "sapling";
|
||||||
const std::string ADDR_TYPE_AMNESIA = "amnesia";
|
const std::string ADDR_TYPE_AMNESIA = "amnesia";
|
||||||
extern UniValue TxJoinSplitToJSON(const CTransaction& tx);
|
|
||||||
extern int32_t KOMODO_INSYNC;
|
extern int32_t KOMODO_INSYNC;
|
||||||
uint32_t komodo_segid32(char *coinaddr);
|
uint32_t komodo_segid32(char *coinaddr);
|
||||||
int32_t komodo_dpowconfs(int32_t height,int32_t numconfs);
|
int32_t komodo_dpowconfs(int32_t height,int32_t numconfs);
|
||||||
@@ -170,7 +169,6 @@ void WalletTxToJSON(const CWalletTx& wtx, UniValue& entry)
|
|||||||
BOOST_FOREACH(const PAIRTYPE(string,string)& item, wtx.mapValue)
|
BOOST_FOREACH(const PAIRTYPE(string,string)& item, wtx.mapValue)
|
||||||
entry.push_back(Pair(item.first, item.second));
|
entry.push_back(Pair(item.first, item.second));
|
||||||
|
|
||||||
entry.push_back(Pair("vjoinsplit", TxJoinSplitToJSON(wtx)));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
string AccountFromValue(const UniValue& value)
|
string AccountFromValue(const UniValue& value)
|
||||||
|
|||||||
Reference in New Issue
Block a user