Skip to content

Commit

Permalink
Removed a forgotten commented out line of code (MystenLabs#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
awelc authored Feb 22, 2022
1 parent 4e7c20f commit 776b203
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sui_core/src/authority.rs
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ impl AuthorityState {
) -> Self {
let native_functions =
sui_framework::natives::all_natives(MOVE_STDLIB_ADDRESS, SUI_FRAMEWORK_ADDRESS);
// let (genesis_modules, native_functions) = genesis::clone_genesis_data();
let state = AuthorityState {
committee,
name,
Expand Down

0 comments on commit 776b203

Please sign in to comment.