dmwm / dbs2go

DBS server written in Go
MIT License
5 stars 4 forks source link

Fixed integration tests not using concurrent bulkblocks API #50

Closed d-ylee closed 2 years ago

d-ylee commented 2 years ago

While working on creating DBSMigration integration tests, I discovered that the http testserver configuration does not use the concurrent bulkblocks API. This has been fixed.