From 47d6fb1cbc93e1a1ee77cd1649e7ec6d55089cf7 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Sat, 15 Oct 2022 14:47:35 +0300 Subject: [PATCH] Use internal link to doc in docstring of isProofOfWorkSufficient() --- src/protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol.py b/src/protocol.py index f402526f..e49b45b0 100644 --- a/src/protocol.py +++ b/src/protocol.py @@ -259,7 +259,7 @@ def isProofOfWorkSufficient( data, nonceTrialsPerByte=0, payloadLengthExtraBytes=0, recvTime=0): """ Validate an object's Proof of Work using method described - `here `_ + :doc:`here ` Arguments: int nonceTrialsPerByte (default: from `.defaults`)