mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-10 10:52:31 -05:00
Declare CMutableTransaction a struct in rawtransaction.h
Because it's a struct.
This commit is contained in:
parent
e117cfe45e
commit
eacc5b24f8
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
#define BITCOIN_RPC_RAWTRANSACTION_H
|
#define BITCOIN_RPC_RAWTRANSACTION_H
|
||||||
|
|
||||||
class CBasicKeyStore;
|
class CBasicKeyStore;
|
||||||
class CMutableTransaction;
|
struct CMutableTransaction;
|
||||||
class UniValue;
|
class UniValue;
|
||||||
|
|
||||||
/** Sign a transaction with the given keystore and previous transactions */
|
/** Sign a transaction with the given keystore and previous transactions */
|
||||||
|
|
Loading…
Add table
Reference in a new issue