Skip to content

Commit 207cbdc

Browse files
committed
Show London block headers uniquely in logs
1 parent 3e10feb commit 207cbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/vm/forks/london/blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def __init__(self,
138138
)
139139

140140
def __str__(self) -> str:
141-
return f'<BlockHeader #{self.block_number} {encode_hex(self.hash)[2:10]}>'
141+
return f'<LondonBlockHeader #{self.block_number} {encode_hex(self.hash)[2:10]}>'
142142

143143
_hash = None
144144

0 commit comments

Comments
 (0)