From b1c130e3013b39c6bddbb0c6a0243a420fff8869 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 5 Nov 2016 06:04:14 -0300 Subject: [PATCH] test --- src/komodo_notary.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/komodo_notary.h b/src/komodo_notary.h index 38ef1bf4c..6e834cba6 100644 --- a/src/komodo_notary.h +++ b/src/komodo_notary.h @@ -92,6 +92,8 @@ int32_t komodo_nutxofind(int32_t height,uint256 txhash,int32_t vout) int32_t komodo_ratify_threshold(int32_t height,uint64_t signedmask) { int32_t htind,numnotaries,i,wt = 0; + if ( ASSETCHAINS_SYMBOL[0] != 0 ) + return(2); if ( (htind= KOMODO_PUBKEYS_HEIGHT(height) / KOMODO_ELECTION_GAP) == 1 ) htind = 0; numnotaries = Pubkeys[htind].numnotaries;