Remove unused code

This commit is contained in:
Duke
2025-08-08 18:02:25 -04:00
parent e495bf35b2
commit 15b4378ff3
2 changed files with 1 additions and 119 deletions

View File

@@ -1055,9 +1055,6 @@ UniValue notaries(const UniValue& params, bool fHelp, const CPubKey& mypk)
return ret;
}
int32_t hush_pending_withdraws(char *opretstr);
extern char CURRENCIES[][8];
UniValue gettxout(const UniValue& params, bool fHelp, const CPubKey& mypk)
{
if (fHelp || params.size() < 2 || params.size() > 3)