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

Unlock/Lock Coin Endpoints Fail #315

Closed
bucko13 opened this issue Sep 19, 2017 · 0 comments
Closed

Unlock/Lock Coin Endpoints Fail #315

bucko13 opened this issue Sep 19, 2017 · 0 comments
Labels
bug Unexpected or incorrect behavior

Comments

@bucko13
Copy link
Contributor

bucko13 commented Sep 19, 2017

Lock Coin, Unlock Coin, and get Locked Coins endpoints currently return an error. e.g. for Lock Coin the error message is

"Cannot read property 'lockCoin' of undefined"

It looks like this is because the endpoint in lib/wallet/http calls this.wallet.lockCoin instead of req.wallet.lockCoin. Just changing this line though returns an error that the endpoint doesn't exist so needs some other changes.

@bucko13 bucko13 added the bug Unexpected or incorrect behavior label Sep 19, 2017
@bucko13 bucko13 closed this as completed Dec 7, 2017
@bucko13 bucko13 added the bug Unexpected or incorrect behavior label Apr 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected or incorrect behavior
Projects
None yet
Development

No branches or pull requests

1 participant