Skip to content

Commit

Permalink
typo fix (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
engn33r authored Oct 15, 2023
1 parent 6c9d013 commit 51986a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ pub struct EvmArgs {
#[arg(long, default_value = "true")]
selfdestruct_oracle: bool,

/// Detect pontential reentrancy vulnerability (Default: falss)
/// Detect pontential reentrancy vulnerability (Default: false)
#[arg(long, default_value = "false")]
reentrancy_oracle: bool,

Expand Down

0 comments on commit 51986a5

Please sign in to comment.