Revert "cleanup unnecessary lines"

This reverts commit 49872e5fd7.
This commit is contained in:
Duke Leto
2020-02-25 23:49:16 -05:00
parent 90156a295b
commit 3b4e5d727c
2 changed files with 114 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ 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);