Merge #12494: Declare CMutableTransaction a struct in rawtransaction.h
eacc5b24f8
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. https://github.com/bitcoin/bitcoin/pull/10579#discussion_r168936821
Tree-SHA512: 10758a667218481de6f50b5ed874e92eb350c621f7a6355fba7da6ab42b09e1764f827e89491c8663e554fcfd23f124b299f968237c6ad1ff7819e211bd7e521
This commit is contained in:
commit
e4ffcacc21
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue