Skip to content

Commit

Permalink
resolves a formatting issue found by linter
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Mar 20, 2024
1 parent a2c4f0a commit c4330b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/util/testnode/read.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func ReadBlockchain(ctx context.Context, rpcAddress string) ([]*types.Block, err
return nil, err
}
return ReadBlockHeights(ctx, rpcAddress, 1, status.SyncInfo.LatestBlockHeight)

}

func ReadAppVersion(ctx context.Context, rpcAddress string) (uint64, error) {
Expand Down

0 comments on commit c4330b0

Please sign in to comment.