Skip to content

Commit

Permalink
fix some lint issues and rename all runners to r
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Jul 7, 2024
1 parent 353f962 commit 4ff9b04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/runner/accounting.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ func (r *E2ERunner) CheckZRC20ReserveAndSupply() error {
}

func (r *E2ERunner) checkEthTSSBalance() error {

allTssAddress, err := r.ObserverClient.TssHistory(r.Ctx, &observertypes.QueryTssHistoryRequest{})
if err != nil {
return err
Expand Down

0 comments on commit 4ff9b04

Please sign in to comment.