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
Calling rlay.addWeight currently submits two transactions:
approve call to set the allowance for the RlayToken contract
Submiting the propostion weight
The first step was intended as a convenience feature, but can actually lead to problems when trying to use addWeight in parallel. It can also lower the allowance from a previously higher value, which can be an unwanted side-effect.
So the first step should be optional and also off by default (and maybe be extended to check if it is even required).
The text was updated successfully, but these errors were encountered:
Calling
rlay.addWeight
currently submits two transactions:approve
call to set the allowance for the RlayToken contractThe first step was intended as a convenience feature, but can actually lead to problems when trying to use
addWeight
in parallel. It can also lower the allowance from a previously higher value, which can be an unwanted side-effect.So the first step should be optional and also off by default (and maybe be extended to check if it is even required).
The text was updated successfully, but these errors were encountered: