So bitcoin block generation speed is 10 minutes, is this minimum transaction speed?
Then how can faster it?
I find at 'chainparams.cpp', consensus.nPowTargetSpacing = 10 * 60;
So this is 10 minutes, so if I change it to 0.1 * 60, then transaction speed also become 6 seconds?
What else parameters should I change to speed up?