drop include univalue, add class UniValue;

Signed-off-by: pasta <pasta@dashboost.org>
This commit is contained in:
pasta 2020-12-14 20:41:03 -06:00
parent 13ed44dbba
commit 6a83fe3661
No known key found for this signature in database
GPG Key ID: 52527BEDABE87984

View File

@ -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);