Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
track only unique block hashes when writing to DB (#1087)
Seems like import notifications is sending the block hash multiple times and everytime its called, even the same hash gets written to DB event though the DB has already seen it. This change should ensure we only write unique fork hashes
- Loading branch information