Merge pull request #6020
30c43d9
miner.h: fix clang warning because of class/struct mix (Jonas Schnelli)
This commit is contained in:
commit
4a884aedcd
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