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 CReserveKey;
|
||||||
class CScript;
|
class CScript;
|
||||||
class CWallet;
|
class CWallet;
|
||||||
namespace Consensus { class Params; };
|
namespace Consensus { struct Params; };
|
||||||
|
|
||||||
struct CBlockTemplate
|
struct CBlockTemplate
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue