Skip to content

Updated fee service and cleaned console log from header service #509

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

Merged
merged 2 commits into from
Jul 25, 2017

Conversation

tenthirtyone
Copy link
Contributor

Fee service will defer to bitcore-node.json for its config. Define fee.rpc under servicesConfig

"servicesConfig": {
    "fee": {
      "rpc": {
        "user": "btcrpc",
        "pass": "dontusethisyouwillberobbed-maybe",
        "host": "localhost",
        "protocol": "http",
        "port": 8333
      }
    }
  }

syncPercentage is provided by another service and its implementation is gone so I've removed that from the fee service API.

Cleaned a console.log from the header service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant