Add z_listreceivedbyaddress from ZER and refactor some stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user