mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
drop include univalue, add class UniValue;
Signed-off-by: pasta <pasta@dashboost.org>
This commit is contained in:
parent
13ed44dbba
commit
6a83fe3661
@ -6,11 +6,11 @@
|
||||
#define BITCOIN_WALLET_RPCWALLET_H
|
||||
|
||||
#include <string>
|
||||
#include <univalue.h>
|
||||
|
||||
class CRPCTable;
|
||||
class CWallet;
|
||||
class JSONRPCRequest;
|
||||
class UniValue;
|
||||
|
||||
void RegisterWalletRPCCommands(CRPCTable &t);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user