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
this line will "meta.SetNumber('exhibition_count', meta.GetNumber('exhibition_count') + 1)" not set to block immediately but will be update after block finish and minor_count will not + 1 when current state is 2 and will be 3 after this action
The text was updated successfully, but these errors were encountered:
When ever call meta.Set{something} it will set new value only of action is done.
Which mean on this action
this line will "meta.SetNumber('exhibition_count', meta.GetNumber('exhibition_count') + 1)" not set to block immediately but will be update after block finish and minor_count will not + 1 when current state is 2 and will be 3 after this action
The text was updated successfully, but these errors were encountered: