mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-11 12:03:04 +02:00
miner.h: fix clang warning because of class/struct mix
- class 'Params' was previously declared as a struct
This commit is contained in:
@@ -14,7 +14,7 @@ class CBlockIndex;
|
||||
class CReserveKey;
|
||||
class CScript;
|
||||
class CWallet;
|
||||
namespace Consensus { class Params; };
|
||||
namespace Consensus { struct Params; };
|
||||
|
||||
struct CBlockTemplate
|
||||
{
|
||||
|
Reference in New Issue
Block a user