blocks are staking under 1 hour,
min stake age seems only checked against GetWeight, which does not seem to be used in staking calculations at all ? or anything for that matter. lol
i dont really understand what is happening, but min stake age seems based on coinbasematurity, which is 5 blocks.
https://github.com/cryptofun/honey/blob/master/src/kernel.cpp#L315.
okay,
seems that BlackCoin (code heritage) changed their minimum stakes onto coinbase/coinstake maturity,
meaning minimum stake age is based on
int nCoinbaseMaturity = 5;
BlackCoin commit, if you're interested
https://github.com/shadowproject/shadow/pull/15/commits/57d8c580b072f53e5ed44f4eccccfa349fa390da