mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-09-14 16:02:18 +00:00
Fixed gcc build and removed different type warnings
This commit is contained in:
parent
e2415c2c17
commit
fe3bc3d01e
@ -59,7 +59,7 @@ struct Params {
|
|||||||
/** Block height at which BIP66 becomes active */
|
/** Block height at which BIP66 becomes active */
|
||||||
int BIP66Height;
|
int BIP66Height;
|
||||||
/** Block height at which RandomX becomes active */
|
/** Block height at which RandomX becomes active */
|
||||||
int RandomXHeight;
|
uint32_t RandomXHeight;
|
||||||
/**
|
/**
|
||||||
* Minimum blocks including miner confirmation of the total of 2016 blocks in a retargeting period,
|
* Minimum blocks including miner confirmation of the total of 2016 blocks in a retargeting period,
|
||||||
* (nPowTargetTimespan / nPowTargetSpacing) which is also used for BIP9 deployments.
|
* (nPowTargetTimespan / nPowTargetSpacing) which is also used for BIP9 deployments.
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
#include <event2/keyvalq_struct.h>
|
#include <event2/keyvalq_struct.h>
|
||||||
|
|
||||||
#include <support/events.h>
|
#include <support/events.h>
|
||||||
|
#include <deque>
|
||||||
|
|
||||||
#ifdef EVENT__HAVE_NETINET_IN_H
|
#ifdef EVENT__HAVE_NETINET_IN_H
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user