Skip to content

Add interface for bolt database logic

Christopher Schinnerl requested to merge mtlynch:db-interfaces into master

Created by: mtlynch

Add interfaces to wrap boltdb types to facilitate testing.

Replace boltdb types with interfaces in validHeader function.

Merge request reports