-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix(node): remove locked_balance
from Balance
#3886
Conversation
7beb3f4
to
9a2d843
Compare
|
This pull request has been deployed to Vercel. Latest commit: 130d8cc ✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-d1eexv8lg.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 130d8cc ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-9kt5us9mv.vercel.app |
✅ Vercel Preview Deployment is ready! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
This pull request has been deployed to Vercel. Latest commit: 130d8cc ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-clcaa5onr.vercel.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
request_add_stake_with_locked_coin
function can also be removed.
@@ -132,7 +132,6 @@ The response is a JSON object that includes the totalBalance for the address: | |||
"coinType": "0x2::iota::IOTA", | |||
"coinObjectCount": 40, | |||
"totalBalance": 10000000000, | |||
"lockedBalance": {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a mention of LockedCoin
in request_add_stake_with_locked_coin
down below in this file which is also unused and should be removed.
…integration guide
…emove-locked-balance
This pull request has been deployed to Vercel. Latest commit: f676794 ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-62efj00ub.vercel.app |
This pull request has been deployed to Vercel. Latest commit: f676794 ✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-baiiz7fht.vercel.app |
This pull request has been deployed to Vercel. Latest commit: f676794 ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-cz3ah6js3.vercel.app |
✅ Vercel Preview Deployment is ready! |
Description of change
It seems to be unused, and always initialized with default.
Links to any relevant issues
fixes #3866
Type of change
Change checklist