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 c9408be commit 48202a3Copy full SHA for 48202a3
chia/full_node/block_store.py
@@ -193,7 +193,7 @@ async def get_sub_epoch_challenge_segments(
193
def get_host_parameter_limit(self) -> int:
194
return self.db_wrapper.host_parameter_limit
195
196
- def transaction(self) -> AbstractAsyncContextManager[None]:
+ def transaction(self) -> AbstractAsyncContextManager[Any]:
197
return self.db_wrapper.writer()
198
199
def get_block_from_cache(self, header_hash: bytes32) -> Optional[FullBlock]:
0 commit comments