This commit is contained in:
jl777
2017-02-02 15:47:38 +02:00
parent 64a4f69e9d
commit 140955882c

View File

@@ -621,7 +621,7 @@ int8_t komodo_minerid(int32_t height)
return(i);
}
}
return(komodo_electednotary(pubkey33));
return(komodo_electednotary(pubkey33,height));
}
int32_t komodo_minerids(uint8_t *minerids,int32_t height,int32_t width)