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
For the release, recipient should follow this step below. But I don't know about " uint[] _timestamp, uint[] _value "
Then recipient should call release to get his balance using: function release(uint[] _timestamp, uint[] _value) Should be in order timestamp[n] -> value[n]
what exactly should I put in? I already follow others putting recipient address and timestamp(unixtimestamp). what is I need to put in on release function. I tried putting in [0] on _timestamp and [0] on _value but not working
The text was updated successfully, but these errors were encountered:
Hi. I have a quick question about release.
For the release, recipient should follow this step below. But I don't know about " uint[] _timestamp, uint[] _value "
what exactly should I put in? I already follow others putting recipient address and timestamp(unixtimestamp). what is I need to put in on release function. I tried putting in [0] on _timestamp and [0] on _value but not working
The text was updated successfully, but these errors were encountered: