Untested sapling consolidation plus sietch outputs to reduce metadata leakage

This commit is contained in:
Duke Leto
2020-03-04 09:17:05 -05:00
parent 21ec2e7260
commit dc7525f12e
4 changed files with 26 additions and 4 deletions

View File

@@ -62,7 +62,7 @@
#include "komodo_defs.h"
#include <string.h>
#include "sietch.h"
//#include "sietch.h"
#include "rpchushwallet.h"
using namespace std;
@@ -79,6 +79,7 @@ uint32_t komodo_segid32(char *coinaddr);
int32_t komodo_dpowconfs(int32_t height,int32_t numconfs);
int32_t komodo_isnotaryvout(char *coinaddr,uint32_t tiptime); // from ac_private chains only
CBlockIndex *komodo_getblockindex(uint256 hash);
extern string randomSietchZaddr();
int64_t nWalletUnlockTime;
static CCriticalSection cs_nWalletUnlockTime;