From 190833b941589c0b5a160bbdea9804b1d23946d2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 22 Jan 2017 22:31:16 +0200 Subject: [PATCH] test --- src/komodo_kv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_kv.h b/src/komodo_kv.h index 99183d5f0..4dd6eae4f 100644 --- a/src/komodo_kv.h +++ b/src/komodo_kv.h @@ -134,7 +134,7 @@ void komodo_kvupdate(uint8_t *opretbuf,int32_t opretlen,uint64_t value) HASH_FIND(hh,KOMODO_KV,key,keylen,ptr); if ( ptr != 0 ) { - if ( (ptr->flags & KOMODO_KVPROTECTED) != 0 && memcmp(&zeroes,&refpubkey,sizeof(refpubkey)) != 0 ) + if ( (ptr->flags & KOMODO_KVPROTECTED) != 0 ) { tstr = (char *)"transfer:"; transferpubstr = (char *)&valueptr[strlen(tstr)];