mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Merge pull request #6020
30c43d9
miner.h: fix clang warning because of class/struct mix (Jonas Schnelli)
This commit is contained in:
commit
4a884aedcd
@ -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 New Issue
Block a user