Skip to content

Commit

Permalink
Merge bitcoin#12494: Declare CMutableTransaction a struct in rawtrans…
Browse files Browse the repository at this point in the history
…action.h

eacc5b2 Declare CMutableTransaction a struct in rawtransaction.h (Ben Woosley)

Pull request description:

  Because it's a struct.

  Fix for bitcoin#10579 - this was called out in code review. bitcoin#10579 (comment)

Tree-SHA512: 10758a667218481de6f50b5ed874e92eb350c621f7a6355fba7da6ab42b09e1764f827e89491c8663e554fcfd23f124b299f968237c6ad1ff7819e211bd7e521
  • Loading branch information
MarcoFalke committed Feb 21, 2018
2 parents e117cfe + eacc5b2 commit e4ffcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/rawtransaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit e4ffcac

Please sign in to comment.