From 226f1698231153d23a8e2aeb048c7e5c7a1ecf82 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sat, 14 Jan 2023 22:17:58 +0100 Subject: [PATCH] update --- docs/specs/00.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specs/00.md b/docs/specs/00.md index 250e7ae..9c80dbb 100644 --- a/docs/specs/00.md +++ b/docs/specs/00.md @@ -74,7 +74,7 @@ A `Proof` is sent to `Bob` for [melting tokens][05]. A `Proof` can also be sent ### `Proofs` -An array (list) of `Proof`'s. In general, this will be used for most operations instead of a single `Proof`. `Proofs` must be serialized before sending between wallets (see [Serialization](#serialization-of-proofs). +An array (list) of `Proof`'s. In general, this will be used for most operations instead of a single `Proof`. `Proofs` must be serialized before sending between wallets (see [Serialization of proofs](#serialization-of-proofs)). ## 0.2 - Methods