miner.h: fix clang warning because of class/struct mix
- class 'Params' was previously declared as a struct
This commit is contained in:
parent
bc8535b717
commit
30c43d9821
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class CBlockIndex;
|
|||
class CReserveKey;
|
||||
class CScript;
|
||||
class CWallet;
|
||||
namespace Consensus { class Params; };
|
||||
namespace Consensus { struct Params; };
|
||||
|
||||
struct CBlockTemplate
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue