EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.27k stars 3.6k forks source link

eosio.system.hpp - != vs == #1643

Closed jonericcook closed 6 years ago

jonericcook commented 6 years ago

Hi @arhag and @bytemaster

I am curious why line 178 and line 194 both don't use "=="?

https://github.com/EOSIO/eos/blob/master/contracts/eosio.system/eosio.system.hpp#L180

https://github.com/EOSIO/eos/blob/master/contracts/eosio.system/eosio.system.hpp#L196

andriantolie commented 6 years ago

The eosio.system.hpp has undergone a lot of change since March that the line that this issue is referring to no longer trackable. I'm going to close this issue, if the similar case happens with the latest code, please open a new issue. Thanks!