Double-spending try on block generation
I noticed that some nodes were trying to include double-spending transactions.
I have backup jytou2
to test this.
I noticed that some nodes were trying to include double-spending transactions.
I have backup jytou2
to test this.
Weird, there are already safeguards about this, here: https://github.com/duniter/duniter-prover/blob/master/lib/blockGenerator.js#L105-L122
Let's see if the bug occurs again.