Remove old dispatcher for getting blocks in RPC blocks wrapper

This commit is contained in:
Kevin F 2023-01-02 19:36:37 -06:00
parent 8e35a79864
commit 474ef21163
1 changed files with 0 additions and 1 deletions

View File

@ -22,4 +22,3 @@ def insert_block(block):
gossip_block_queues[queue_to_use].put_nowait(block)
return "ok"
#dispatcher['get_blocks_after_timestamp'] = get_blocks_after_timestamp