Skip to content

Commit

Permalink
Update contract_utils.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAWM authored Aug 22, 2023
1 parent ab82ff2 commit cdeea5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/evm/contract_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ pub fn extract_sig_from_contract(code: &str) -> Vec<[u8; 4]> {

mod tests {
use super::*;
use crate::state::FuzzState;
use std::str::FromStr;

#[test]
Expand Down

0 comments on commit cdeea5f

Please sign in to comment.