mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-13 08:38:15 +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 */
|
||||
int BIP66Height;
|
||||
/** 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,
|
||||
* (nPowTargetTimespan / nPowTargetSpacing) which is also used for BIP9 deployments.
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include <event2/keyvalq_struct.h>
|
||||
|
||||
#include <support/events.h>
|
||||
#include <deque>
|
||||
|
||||
#ifdef EVENT__HAVE_NETINET_IN_H
|
||||
#include <netinet/in.h>
|
||||
|
Loading…
Reference in New Issue
Block a user