Fix misleading argument name (#12180)

This commit is contained in:
olivernyc 2022-07-06 01:49:27 +02:00 committed by GitHub
parent cb2528b78d
commit c699a2a20e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ class BlockchainInterface:
return None
async def persist_sub_epoch_challenge_segments(
self, sub_epoch_summary_height: bytes32, segments: List[SubEpochChallengeSegment]
self, sub_epoch_summary_hash: bytes32, segments: List[SubEpochChallengeSegment]
) -> None:
pass