0x00000002 / rootcore

Apache License 2.0
0 stars 1 forks source link

var's should be in mixedCase #1

Open gabriel-canaan opened 6 years ago

gabriel-canaan commented 6 years ago

rootcore/blob/master/contracts/helpers/Migrations.sol Line 5 uint public last_completed_migration;

gabriel-canaan commented 6 years ago

rootcore/blob/master/contracts/helpers/Migrations.sol Line 20 upgraded.setCompleted(last_completed_migration);

gabriel-canaan commented 6 years ago

We would recommend using mixedCase format for variables to be in keeping with industry standards