Skip to content

Commit

Permalink
make comments more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
makemake-kbo committed Aug 3, 2023
1 parent 6579b80 commit 390e968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracker/call_track.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub async fn call_track(
};

if storage.state_changes.last().map(|change| change.value != slot.value).unwrap_or(true) {
println!("New storage slot value at block {}: {:?}", slot.block_number, &slot.value);
println!("New call value at block {}: {:?}", slot.block_number, &slot.value);
storage.state_changes.push(slot);
}

Expand Down

0 comments on commit 390e968

Please sign in to comment.