From d1f0231f6b4721539e2876060c4103c3e336eea1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 12 Mar 2017 12:55:29 +0200 Subject: [PATCH] Test --- src/komodo_notary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_notary.h b/src/komodo_notary.h index 796f10529..9308225d1 100644 --- a/src/komodo_notary.h +++ b/src/komodo_notary.h @@ -139,7 +139,7 @@ int32_t komodo_electednotary(uint8_t *pubkey33,int32_t height) } decode_hex(legacy33,33,(char *)"0252b6185bf8ea7efe8bbc345ddc8da87329149f30233088387abd716d4aa9e974"); if ( memcmp(pubkey33,legacy33,33) == 0 ) - return(63); + return(64); return(-1); }