I expected to receive an action value is -909090909090909**09**. But the action return the value is -909090909090909**10** ``` [[eosio::action]] int64_t getvalue2() { int64_t value = -90909090909090909; eosio::print("getvalue2: ", value); return value; } ``` You can reproduce this issue through this repo https://github.com/quocle108/return-error
I expected to receive an action value is -90909090909090909. But the action return the value is -90909090909090910
You can reproduce this issue through this repo https://github.com/quocle108/return-error