mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Declare CMutableTransaction a struct in rawtransaction.h
Because it's a struct.
This commit is contained in:
parent
e117cfe45e
commit
eacc5b24f8
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user