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
In file included from ./contracts/eos/cardgame/cardgame.cpp:2: ⚠️./contracts/eos/cardgame/gameplay.cpp:15:49: error: use of undeclared identifier 'now'; did you mean 'new'?
auto new_seed_value = (seed_iterator->value + now()) % prime;
^
The text was updated successfully, but these errors were encountered:
In file included from ./contracts/eos/cardgame/cardgame.cpp:2:
⚠️ ./contracts/eos/cardgame/gameplay.cpp:15:49: error: use of undeclared identifier 'now'; did you mean 'new'?
auto new_seed_value = (seed_iterator->value + now()) % prime;
^
The text was updated successfully, but these errors were encountered: