Now checking if address already has the tx before adding. Sometimes...
Now checking if address already has the tx before adding. Sometimes transactions would be duplicated. Changed Map loop to use entrySet() instead of keySet()/get() for efficiency.
Showing
Please register or sign in to comment