Skip to content

Commit eacc5b2

Browse files
committed
Declare CMutableTransaction a struct in rawtransaction.h
Because it's a struct.
1 parent e117cfe commit eacc5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/rawtransaction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#define BITCOIN_RPC_RAWTRANSACTION_H
77

88
class CBasicKeyStore;
9-
class CMutableTransaction;
9+
struct CMutableTransaction;
1010
class UniValue;
1111

1212
/** Sign a transaction with the given keystore and previous transactions */

0 commit comments

Comments
 (0)