From eedc3458a435ab31aecb5b1b3a2796e8414fbfd5 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 20 Oct 2016 12:23:12 -0300 Subject: [PATCH] test --- src/komodo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo.h b/src/komodo.h index 438369ba3..452909cb7 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -20,7 +20,7 @@ #include #define KOMODO_TESTNET_EXPIRATION 60000 -#define KOMODOE_PUBKEYS_HEIGHT(height) (((((height)+500)/1000) + 1) * 1000) +#define KOMODO_PUBKEYS_HEIGHT(height) (((((height)+500)/1000) + 1) * 1000) int32_t IS_KOMODO_NOTARY,USE_EXTERNAL_PUBKEY,NOTARIZED_HEIGHT,Num_nutxos,KOMODO_NUMNOTARIES = 64; std::string NOTARY_PUBKEY;