From f9284ad20a53cee2c01f27fa3a88afc3c5772f46 Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Wed, 30 Jan 2019 14:18:20 +0800 Subject: [PATCH] oops --- src/komodo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo.h b/src/komodo.h index 0816706bc..0d4be5d7e 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -695,11 +695,11 @@ int32_t komodo_voutupdate(int32_t *isratificationp,int32_t notaryid,uint8_t *scr } else if ( ASSETCHAINS_SYMBOL[0] == 0 && matched != 0 && notarized != 0 && validated != 0 ) komodo_rwccdata((char *)"KMD",1,&ccdata,0); - else if ( ASSETCHAINS_NOTARY_PAY != 0 ) + /*else { fprintf(stderr, "NOT VALID NOTARISATION\n"); return (-2); - } + } */ if ( matched != 0 && *notarizedheightp > sp->NOTARIZED_HEIGHT && *notarizedheightp < height ) { sp->NOTARIZED_HEIGHT = *notarizedheightp;