Skip to content

Commit c1deede

Browse files
committed
Use correct terminology for bcc commands
1 parent fabad36 commit c1deede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trinity/protocol/bcc/commands.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ class Status(Command):
2121
class GetBeaconBlocks(Command):
2222
_cmd_id = 1
2323
structure = [
24-
('block_number_or_hash', HashOrNumber()),
25-
('max_headers', sedes.big_endian_int),
24+
('block_slot_or_hash', HashOrNumber()),
25+
('max_blocks', sedes.big_endian_int),
2626
]
2727

2828

0 commit comments

Comments
 (0)