Skip to content

Commit

Permalink
SSH - debug - 5
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-valerio committed Sep 9, 2024
1 parent 76c4695 commit 5667c31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/fuzzer/fuzz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ use crate::{
use anyhow::Context;
use contract_transcode::ContractMessageTranscoder;
use frame_support::__private::BasicExternalities;
use prettytable::AsTableSlice;
use sp_core::hexdisplay::AsBytesRef;
use std::{
fs,
Expand Down
2 changes: 1 addition & 1 deletion src/fuzzer/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use OriginFuzzingOption::{
};

pub const DELIMITER: [u8; 8] = [42; 8]; // call delimiter for each message
pub const MIN_SEED_LEN: usize = 4;
pub const MIN_SEED_LEN: usize = 5;
/// 0..4 covers indices 0, 1, 2, and 3. (value to be transfered)
/// 4 covers index 4. (origin) (optionnal)
/// 5.. starts from index 5 and goes to the end of the array.
Expand Down

0 comments on commit 5667c31

Please sign in to comment.