Details
Details
- Reviewers
emack - Group Reviewers
Restricted Project - Commits
- rABC7e653cea3642: [alias-server] [p15] Only add alias records if alias is unique
sudo systemctl start mongod
In mongod, delete the ecashAliases database:
use ecashAliases db.dropDatabase()
Run node index.js in web/alias-server
Note aliases are added to database
Run node index.js again
Note no aliases are added but all are processed
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
after dropping the db in mongosh, running node index.js to insert the aliases and then running node index.js a second time, I'm still seeing insertedCount as 131.