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
I get this error Error: illegal id '0X24' (core/Tron.proto, line 603), when loading Tron.proto with protobufjs. I was able to get this to work after changing 0X24 -> 0x24. Can this be fixed please?
I get this error
Error: illegal id '0X24' (core/Tron.proto, line 603), when loading Tron.proto with protobufjs. I was able to get this to work after changing 0X24 -> 0x24. Can this be fixed please?protocol/core/Tron.proto
Line 603 in 2a67893