chore: correct the comments (#14339)

This commit is contained in:
Fallengirl
2025-02-10 19:32:36 +01:00
committed by GitHub
parent fe322379ff
commit 731b771fa2
7 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,7 @@ mod tests {
struct Log {
/// Contract that emitted this log.
address: Address,
/// Topics of the log. The number of logs depend on what `LOG` opcode is used.
/// Topics of the log. The number of logs depends on what `LOG` opcode is used.
topics: Vec<B256>,
/// Arbitrary length data.
data: Bytes,