Because it's a struct.
Fix for #10579 - this was called out in code review. #10579 (review)
Because it's a struct.
Fix for #10579 - this was called out in code review. #10579 (review)
Because it's a struct.
ACK eacc5b2.
tACK eacc5b2 Fixes:
CXX wallet/libbitcoin_wallet_a-crypter.o
In file included from rpc/rawtransaction.cpp:20:
./rpc/rawtransaction.h:9:1: warning: class 'CMutableTransaction' was previously declared as a struct [-Wmismatched-tags]
class CMutableTransaction;
^
./primitives/transaction.h:362:8: note: previous use is here
struct CMutableTransaction
^
./rpc/rawtransaction.h:9:1: note: did you mean struct here?
class CMutableTransaction;
^~~~~
struct
CXX wallet/libbitcoin_wallet_a-db.o
Obvious utACK eacc5b24f832b8fde4119622970b4e3f72c069b5
ACK eacc5b24f832b8fde4119622970b4e3f72c069b5