From 58a4896d6e22768cb82e72794aab4797eb82b052 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sat, 14 Jan 2023 22:19:55 +0100 Subject: [PATCH] is --- docs/specs/00.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/specs/00.md b/docs/specs/00.md index 9c80dbb..54e554e 100644 --- a/docs/specs/00.md +++ b/docs/specs/00.md @@ -31,7 +31,7 @@ Mint: `Bob` ### `BlindedMessage` -An encrypted ("blinded") secret and an amount sent from `Alice` to `Bob` for [minting tokens][04] or for [splitting tokens][06]. A `BlindedMessage` is also called an `output`. +An encrypted ("blinded") secret and an amount is sent from `Alice` to `Bob` for [minting tokens][04] or for [splitting tokens][06]. A `BlindedMessage` is also called an `output`. ```json { @@ -44,7 +44,7 @@ An encrypted ("blinded") secret and an amount sent from `Alice` to `Bob` for [mi ### `BlindedSignature` -A signature on the `BlindedMessage` sent from `Bob` to `Alice` after [minting tokens][04] or after [splitting tokens][06]. A `BlindedSignature` is also called a `promise`. +A signature on the `BlindedMessage` is sent from `Bob` to `Alice` after [minting tokens][04] or after [splitting tokens][06]. A `BlindedSignature` is also called a `promise`. ```json {