diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 4bb4d3c2c..9f5c80f9c 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -843,6 +843,7 @@ int32_t komodo_minerids(uint8_t *minerids,int32_t height,int32_t width) { if ( height-i <= 0 ) continue; + minerids[nonz] = numnotaries; if ( (pindex= komodo_chainactive(height-width+i+1)) != 0 ) { if ( komodo_blockload(block,pindex) == 0 )