Skip to content

Commit 47d6fb1

Browse files
author
Lee Miller
committed
Use internal link to doc in docstring of isProofOfWorkSufficient()
1 parent 57c50ea commit 47d6fb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def isProofOfWorkSufficient(
259259
data, nonceTrialsPerByte=0, payloadLengthExtraBytes=0, recvTime=0):
260260
"""
261261
Validate an object's Proof of Work using method described
262-
`here <https://bitmessage.org/wiki/Proof_of_work>`_
262+
:doc:`here </pow>`
263263
264264
Arguments:
265265
int nonceTrialsPerByte (default: from `.defaults`)

0 commit comments

Comments
 (0)