Skip to content

Commit

Permalink
comment style consisticy
Browse files Browse the repository at this point in the history
  • Loading branch information
mriise committed Dec 22, 2022
1 parent d22b73c commit 4f1b218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/evm/src/interpreter/precompiles/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const fn gen_native_precompiles<RT: Runtime>() -> [PrecompileFn<RT>; 5] {
resolve_address, // 0xfe00..01 resolve_address
lookup_delegated_address, // 0xfe00..02 lookup_delegated_address
call_actor, // 0xfe00..03 call_actor
get_actor_type, // 0xfe00..04 get actor type
get_actor_type, // 0xfe00..04 get_actor_type
get_randomness, // 0xfe00..05 rand
}
}
Expand Down

0 comments on commit 4f1b218

Please sign in to comment.