You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
callsthis.wallet.lockCoin
instead ofreq.wallet.lockCoin
. Just changing this line though returns an error that the endpoint doesn't exist so needs some other changes.The text was updated successfully, but these errors were encountered: