probably not but, can we do something about 432 confirmation thing ? it is way too much
there is no 432 confirmations in the src. no idea where that came from.
on line 811 of the main.cpp
int CMerkleTx::GetBlocksToMaturity() const
{
if (!(IsCoinBase() || IsCoinStake()))
return 0;
return max(0, (nCoinbaseMaturity+422) - GetDepthInMainChain());
}
so at the beginning of main.cpp, nCoinbaseMaturity defined as 10, but then there is this + 422
check
https://eca.acc-pool.pw/index.php?page=statistics&action=blocks it says 432 confirmations needed. This was the whole problem why the coin got stuck in the first place imo. I might be wrong tho
