From a2ad4b0485541d4d7a04ec066a977d5713468c78 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 21 Jul 2021 00:29:06 -0400 Subject: [PATCH] no sprout round here --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index e33ec9065..9222fbd0a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1553,7 +1553,6 @@ bool CheckTransactionWithoutProofVerification(uint32_t tiptime,const CTransactio //fprintf(stderr,"private chain nValue %.8f iscoinbase.%d\n",(double)txout.nValue/COIN,iscoinbase); if (iscoinbase == 0 && txout.nValue > 0) { - // TODO: if we are upgraded to Sapling, we can allow Sprout sourced funds to sit in a transparent address char destaddr[65]; Getscriptaddress(destaddr,txout.scriptPubKey); if ( hush_isnotaryvout(destaddr,tiptime) == 0 )