Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Returns number of topcis to take fr.. (#8199)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesray1 authored and debris committed Mar 23, 2018
1 parent 1c2c683 commit ca00454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethcore/evm/src/instructions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fn test_get_swap_position() {
assert_eq!(get_swap_position(SWAP10), 10);
}

/// Returns number of topcis to take from stack
/// Returns number of topics to take from stack
/// LOG0 -> 0
pub fn get_log_topics (i: Instruction) -> usize {
assert!(i >= LOG0 && i <= LOG4);
Expand Down

0 comments on commit ca00454

Please sign in to comment.