Skip to content

Commit

Permalink
updating spvClient comment
Browse files Browse the repository at this point in the history
  • Loading branch information
theflyingcodr committed Jun 1, 2021
1 parent d5c8731 commit ee78ddc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spvclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ func WithBlockHeaderChain(bhc BlockHeaderChain) SPVOpts {

// NewSPVClient creates a new SPVClient based on the options provided.
// If no BlockHeaderChain implementation is provided, the setup will return an error.
// If both a BlockHeaderChain AND a WithBlockHeaderChainStringer are provided it will
// attempt to use BlockHeaderChain first before falling back to the WithBlockHeaderChainStringer
// in the event of an error.
func NewSPVClient(opts ...SPVOpts) (*SPVClient, error) {
cli := &SPVClient{}
for _, opt := range opts {
Expand Down

0 comments on commit ee78ddc

Please sign in to comment.