Declare CMutableTransaction a struct in rawtransaction.h

Because it's a struct.
This commit is contained in:
Ben Woosley 2018-02-20 14:16:33 -08:00
parent e117cfe45e
commit eacc5b24f8
No known key found for this signature in database
GPG key ID: 6EE5F3785F78B345

View file

@ -6,7 +6,7 @@
#define BITCOIN_RPC_RAWTRANSACTION_H
class CBasicKeyStore;
class CMutableTransaction;
struct CMutableTransaction;
class UniValue;
/** Sign a transaction with the given keystore and previous transactions */