celestiaorg / go-header

Go library with all the services needed to request, sync and store blockchain headers.
Apache License 2.0
17 stars 16 forks source link

!feat(store): drop `Init` function #190

Closed cristaloleg closed 1 month ago

cristaloleg commented 1 month ago

Overview

Literally what is mentioned in the issue: drop Init from exported space, keep it as an unexported function to keep a test.

Fixes #187

cristaloleg commented 1 month ago

Closing as not that important now. See comment on #187