iotaledger / evil-tools

Apache License 2.0
2 stars 1 forks source link

Fix spammer stopping after first wallet #32

Closed daria305 closed 9 months ago

daria305 commented 9 months ago

fixes : #31
Error was caused due to mismatch in the last index spent vs used, as both indexes start from 0, not -1, both of them should be assigned with firstly reading then increasing the value.