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:
MarcoFalke 2018-02-21 15:42:47 -05:00
commit e4ffcacc21
No known key found for this signature in database
GPG key ID: D2EA4850E7528B25

View file

@ -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 */