diff --git a/61.md b/61.md
index ab562c89..4e28e01c 100644
--- a/61.md
+++ b/61.md
@@ -50,7 +50,6 @@ Clients MUST prefix the public key they P2PK-lock with `"02"` (for nostr<>cashu
     content: "Thanks for this great idea.",
     pubkey: "sender-pubkey",
     tags: [
-        [ "amount", "1" ],
         [ "unit", "sat" ],
         [ "proof", "{\"amount\":1,\"C\":\"02277c66191736eb72fce9d975d08e3191f8f96afb73ab1eec37e4465683066d3f\",\"id\":\"000a93d6f8a1d2c4\",\"secret\":\"[\\\"P2PK\\\",{\\\"nonce\\\":\\\"b00bdd0467b0090a25bdf2d2f0d45ac4e355c482c1418350f273a04fedaaee83\\\",\\\"data\\\":\\\"02eaee8939e3565e48cc62967e2fde9d8e2a4b3ec0081f29eceff5c64ef10ac1ed\\\"}]\"}" ],
         [ "u", "https://stablenut.umint.cash", ],
@@ -62,7 +61,6 @@ Clients MUST prefix the public key they P2PK-lock with `"02"` (for nostr<>cashu
 
 * `.content` is an optional comment for the nutzap
 * `.tags`:
-  * `amount` is a shorthand for the combined amount of all outputs. -- Clients SHOULD validate that the sum of the amounts in the outputs matches.
   * `unit` is the base unit of the amount.
   * `proof` is one ore more proofs P2PK-locked to the public key the recipient specified in their `kind:10019` event and including a DLEQ proof.
   * `u` is the mint the URL of the mint EXACTLY as specified by the recipient's `kind:10019`.