mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
made log less chatty for compact proofs (#20536)
This commit is contained in:
@@ -3192,7 +3192,7 @@ class FullNode:
|
||||
):
|
||||
vdf_proof = header_block.challenge_chain_ip_proof
|
||||
if vdf_proof is None or vdf_proof.witness_type > 0 or not vdf_proof.normalized_to_identity:
|
||||
self.log.error(f"{peer} requested compact vdf we don't have, height: {request.height}.")
|
||||
self.log.info(f"{peer.peer_node_id} requested compact vdf we don't have, height: {request.height}.")
|
||||
return None
|
||||
compact_vdf = full_node_protocol.RespondCompactVDF(
|
||||
request.height,
|
||||
|
||||
Reference in New Issue
Block a user