diff --git a/docs/specs/00.md b/docs/specs/00.md index a7f6c0d..5eab8d9 100644 --- a/docs/specs/00.md +++ b/docs/specs/00.md @@ -32,8 +32,8 @@ An encrypted ("blinded") secret and an amount sent from `Alice` to `Bob` before ```json { - "amount": int, - "B_": str + "amount": int, + "B_": str } ``` @@ -45,9 +45,9 @@ A signature on the `BlindedMessage` sent from `Bob` to `Alice` after [minting ne ```json { - "amount": int, - "C_": str, - "id": str | None + "amount": int, + "C_": str, + "id": str | None } ``` @@ -59,11 +59,11 @@ A `Proof` is also called a `Token` in its serialized form. `Alice` sends the ser ```json { - "amount": int, - "secret": str, - "C": str, - "id": None | str, - "script": P2SHScript | None, + "amount": int, + "secret": str, + "C": str, + "id": None | str, + "script": P2SHScript | None, } ```