Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused uid in pricefeed service #3937

Merged
merged 1 commit into from
Feb 4, 2020

Commits on Feb 4, 2020

  1. Remove unused uid in pricefeed service

    Bisq frequently (once per minute) queries our price nodes for up-to-date
    price information. It does so by HTTP GET request. However, it provided
    a UID via the "User-Agent" HTTP header field. This UID has been a random
    number which changed everytime Bisq got started up.
    
    This UID has never been used. Thus, remove it.
    freimair committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    af939e6 View commit details
    Browse the repository at this point in the history