| 771 | } |
| 772 | |
| 773 | ProofRef Processor::getLocalProof() const { |
| 774 | return peerData ? peerData->proof : ProofRef(); |
| 775 | } |
| 776 | |
| 777 | ProofRegistrationState Processor::getLocalProofRegistrationState() const { |
| 778 | AssertLockNotHeld(cs_peerManager); |
no outgoing calls