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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
After upgrading to eosio.cdt v1.3.x, table scope for symbol is defined as sym.conde().raw() a in official eosio.token contract.
Using eosio.token contract as an example, if I use cleos get table eosio.token 4,EOS stat, I can not get any results. When I use cleos get table eosio.token EOS stat, I can get stats information as expected, but there will be warining on nodeos - "Invalid symbol, missing comma in symbol {} symbol.hpp from_string ".
The text was updated successfully, but these errors were encountered:
After upgrading to eosio.cdt v1.3.x, table scope for symbol is defined as
sym.conde().raw() a
in officialeosio.token
contract.Using
eosio.token
contract as an example, if I usecleos get table eosio.token 4,EOS stat
, I can not get any results. When I usecleos get table eosio.token EOS stat
, I can get stats information as expected, but there will be warining on nodeos - "Invalid symbol, missing comma in symbol {} symbol.hpp from_string ".The text was updated successfully, but these errors were encountered: