Skip to content

Commit

Permalink
fix: fix lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
zl03jsj committed Sep 26, 2022
1 parent c5c98d0 commit 1c46467
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration_test/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ func (inst *WalletInst) Start() (string, error) {
stats.Record(ctx, middleware.VenusInfo.M(1))

endPoint, err := inst.repo.APIEndpoint()
if err != nil {
return "", fmt.Errorf("get api endpoint failed:%w", err)
}

ma, err := multiaddr.NewMultiaddr(endPoint)
if err != nil {
Expand Down

0 comments on commit 1c46467

Please sign in to comment.