cleanup unnecessary lines

This commit is contained in:
DenioD
2020-02-25 15:47:18 +01:00
parent c984c2e8d5
commit 49872e5fd7
2 changed files with 5 additions and 114 deletions

View File

@@ -13,7 +13,6 @@ struct balancestruct {
};
void zsTxSpendsToJSON(const CWalletTx& wtx, UniValue& spends, CAmount& totalSpends, CAmount& filteredSpends, const std::string& strAddress, bool filterByAddress);
void zsTxReceivedToJSON(const CWalletTx& wtx, UniValue& received, CAmount& totalReceived, const std::string& strAddress, bool filterByAddress);
void zsTxSendsToJSON(const CWalletTx& wtx, UniValue& sends, CAmount& totalSends, const std::string& strAddress, bool filterByAddress);
void zsWalletTxJSON(const CWalletTx& wtx, UniValue& ret, const std::string strAddress, bool fBool, const int returnType);