Skip to content

Commit f18c834

Browse files
committed
Add type hint for chain context
1 parent a28b82d commit f18c834

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

trinity/protocol/bcc/peer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ class BCCPeer(BasePeer):
3939
_supported_sub_protocols = [BCCProtocol]
4040
sub_proto: BCCProtocol = None
4141

42+
context: BeaconContext
43+
4244
head_hash: Hash32 = None
4345

4446
async def send_sub_proto_handshake(self) -> None:

0 commit comments

Comments
 (0)