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
If you look at the calculateDepositStorage here, you will see that in a condition where account already has available storage more than needed for the current call, we attach 1 yocto deposit.
This is completely unnecessary and also breaks the flow for gas-only transaction.
In this case, use should not be directed to wallet page for signing as the app key can sign gas only transaction.
We should change this to 0 deposit and remove 1 yocto.
Steps To Reproduce
Try inputting same size data to Set function and see attached deposit as 1 instead of 0.
Expected Results
Attached deposit should be zero
Actual Results
Attached deposit is 1 yocto
Relevant console output
No response
The text was updated successfully, but these errors were encountered:
Contact Details
No response
Version
1.0.1
What platform are you seeing the problem on?
Browser (Chrome)
Description
If you look at the calculateDepositStorage here, you will see that in a condition where account already has available storage more than needed for the current call, we attach 1 yocto deposit.
This is completely unnecessary and also breaks the flow for gas-only transaction.
In this case, use should not be directed to wallet page for signing as the app key can sign gas only transaction.
We should change this to 0 deposit and remove 1 yocto.
Steps To Reproduce
Try inputting same size data to Set function and see attached deposit as 1 instead of 0.
Expected Results
Attached deposit should be zero
Actual Results
Attached deposit is 1 yocto
Relevant console output
No response
The text was updated successfully, but these errors were encountered: