Add z_listreceivedbyaddress from ZER and refactor some stuff

This commit is contained in:
Duke Leto
2020-02-26 00:20:02 -05:00
parent a338a974c7
commit b06bd5720a
4 changed files with 308 additions and 308 deletions

View File

@@ -1,3 +1,4 @@
// Copyright (c) 2020 The Hush developers
// Copyright (c) 2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
@@ -18,12 +19,4 @@ void zsTxSendsToJSON(const CWalletTx& wtx, UniValue& sends, CAmount& totalSends,
void zsWalletTxJSON(const CWalletTx& wtx, UniValue& ret, const std::string strAddress, bool fBool, const int returnType);
class CRPCTable;
void RegisterHushExclusiveRPCCommands(CRPCTable &tableRPC);
#endif //BITCOIN_WALLET_RPCWALLET_H
#endif //BITCOIN_WALLET_RPCWALLET_H