diff --git a/bip-0374.mediawiki b/bip-0374.mediawiki
index e58956210d..32f3550c51 100644
--- a/bip-0374.mediawiki
+++ b/bip-0374.mediawiki
@@ -82,7 +82,7 @@ The algorithm ''GenerateProof(a, B, r, G, m)'' is defined as:
* Let ''e = int(hashBIP0374/challenge(cbytes(A) || cbytes(B) || cbytes(C) || cbytes(G) || cbytes(R1) || cbytes(R2) || m'))''.
* Let ''s = (k + e⋅a) mod n''.
* Let ''proof = bytes(32, e) || bytes(32, s)''.
-* If ''VerifyProof(A, B, C, proof)'' (see below) returns failure, abort.
+* If ''VerifyProof(A, B, C, proof, G, m)'' (see below) returns failure, abort.
* Return the proof ''proof''.
=== DLEQ Proof Verification ===