mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 10:19:26 +02:00
Declare CMutableTransaction a struct in rawtransaction.h
Because it's a struct.
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user