Skip to content

Commit e4ffcac

Browse files
author
MarcoFalke
committed
Merge #12494: Declare CMutableTransaction a struct in rawtransaction.h
eacc5b2 Declare CMutableTransaction a struct in rawtransaction.h (Ben Woosley) Pull request description: Because it's a struct. Fix for #10579 - this was called out in code review. bitcoin/bitcoin#10579 (comment) Tree-SHA512: 10758a667218481de6f50b5ed874e92eb350c621f7a6355fba7da6ab42b09e1764f827e89491c8663e554fcfd23f124b299f968237c6ad1ff7819e211bd7e521
2 parents e117cfe + eacc5b2 commit e4ffcac

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)