mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-24 05:44:30 +00:00
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
@ -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…
x
Reference in New Issue
Block a user