mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: correct the comments (#14339)
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user