Skip to content

Commit

Permalink
fix: some fix (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Jul 30, 2024
1 parent 1b925dc commit e86b0ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/web3/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ import (
"github.com/rs/zerolog/log"
)

// Not really, but some fix for testing releases.
//
//

func (sdk *Web3SDK) GetServiceAddresses(serviceType string) ([]common.Address, error) {
solverType, err := data.GetServiceType(serviceType)
if err != nil {
Expand Down

0 comments on commit e86b0ea

Please sign in to comment.