Skip to content

Commit 3555f43

Browse files
committed
[Wallet] Disable automint
1 parent 2708b6f commit 3555f43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -3580,11 +3580,15 @@ void static UpdateTip(CBlockIndex* pindexNew)
35803580
{
35813581
chainActive.SetTip(pindexNew);
35823582

3583+
/* Zerocoin minting is disabled
3584+
*
35833585
#ifdef ENABLE_WALLET
35843586
// If turned on AutoZeromint will automatically convert PIV to zPIV
35853587
if (pwalletMain && pwalletMain->isZeromintEnabled())
35863588
pwalletMain->AutoZeromint();
35873589
#endif // ENABLE_WALLET
3590+
*
3591+
*/
35883592

35893593
// New best block
35903594
nTimeBestReceived = GetTime();

0 commit comments

Comments
 (0)