Use internal link to doc in docstring of isProofOfWorkSufficient()

This commit is contained in:
Lee Miller 2022-10-15 14:47:35 +03:00
parent 57c50eafbf
commit 47d6fb1cbc
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -259,7 +259,7 @@ def isProofOfWorkSufficient(
data, nonceTrialsPerByte=0, payloadLengthExtraBytes=0, recvTime=0): data, nonceTrialsPerByte=0, payloadLengthExtraBytes=0, recvTime=0):
""" """
Validate an object's Proof of Work using method described Validate an object's Proof of Work using method described
`here <https://bitmessage.org/wiki/Proof_of_work>`_ :doc:`here </pow>`
Arguments: Arguments:
int nonceTrialsPerByte (default: from `.defaults`) int nonceTrialsPerByte (default: from `.defaults`)