We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28b82d commit f18c834Copy full SHA for f18c834
trinity/protocol/bcc/peer.py
@@ -39,6 +39,8 @@ class BCCPeer(BasePeer):
39
_supported_sub_protocols = [BCCProtocol]
40
sub_proto: BCCProtocol = None
41
42
+ context: BeaconContext
43
+
44
head_hash: Hash32 = None
45
46
async def send_sub_proto_handshake(self) -> None:
0 commit comments