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

Removing more mining code: miningHashRate, isMining, startMining, stopMining #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

franciscom0301
Copy link

@franciscom0301 franciscom0301 commented Apr 19, 2022

Description

When linking xcash-core libs to x-cash wallet, compiler was unable to find the following mining functions:

  • miningHashRate
  • isMining
  • startMining
  • stopMining

Removing functions from wallet headers has solved the issue.

Type of change

  • Remove deprecated code

How Has This Been Tested?

xcash-core was built and tested on the context of Android Wallet

  • Functional Tests

@sonarcloud
Copy link

sonarcloud bot commented Apr 19, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@zachhildreth
Copy link
Member

Thanks @franciscom0301 I got this though on the rd branch
ca5627f

but I missed the double mining hash rate

Let me add this in to the master, and then replicate on the rd branch as well, but will add to the master once I test since its blocking the lib build

Thanks for finding this!

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.

None yet

2 participants