MyHush / hush3

Hush: Speak And Transact Freely
https://myhush.org
Other
15 stars 13 forks source link

Send HUSH3 supply curve to KMD upstream #5

Closed leto closed 5 years ago

leto commented 5 years ago
static int32_t didinit,ishush3;
if ( didinit == 0 )
{ set ishush3, didinit=1 }
then in the founders reward check is just looking at ishush3 and not incurring strcmp x 2 overhead
so it can hopefully be put all into the single function

This will allow KMD NN ops to use a single komodod binary

Related to https://github.com/MyHush/hush3/issues/2

leto commented 5 years ago

done