Skip to content

Commit 5e394bb

Browse files
committed
Remove comments
1 parent a6c9748 commit 5e394bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

chia/consensus/consensus_store_protocol.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ class ConsensusStoreProtocol(Protocol):
6363
# Writer method that returns async context manager
6464
def writer(self) -> AsyncContextManager[ConsensusStoreWriteProtocol]: ...
6565

66-
# Block store reads
6766
async def get_block_records_close_to_peak(
6867
self, blocks_n: int
6968
) -> tuple[dict[bytes32, BlockRecord], Optional[bytes32]]: ...
@@ -80,7 +79,6 @@ async def get_sub_epoch_challenge_segments(
8079
async def get_generator(self, header_hash: bytes32) -> Optional[bytes]: ...
8180
async def get_generators_at(self, heights: set[uint32]) -> dict[uint32, bytes]: ...
8281

83-
# Coin store reads
8482
async def get_coin_records(self, names: Collection[bytes32]) -> list[CoinRecord]: ...
8583
async def get_coin_record(self, coin_name: bytes32) -> Optional[CoinRecord]: ...
8684
async def get_coins_added_at_height(self, height: uint32) -> list[CoinRecord]: ...

0 commit comments

Comments
 (0)