Skip to content

Commit

Permalink
Update eip-xxx.md
Browse files Browse the repository at this point in the history
  • Loading branch information
admi-n committed Sep 4, 2024
1 parent f79c45c commit 563006a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-xxx.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```
---

Check failure on line 1 in EIPS/eip-xxx.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble is missing header(s): `discussions-to`

error[preamble-req]: preamble is missing header(s): `discussions-to` --> EIPS/eip-xxx.md | | = help: see https://ethereum.github.io/eipw/preamble-req/
eip:

Check failure on line 2 in EIPS/eip-xxx.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `eip` must be an unsigned integer

error[preamble-eip]: preamble header `eip` must be an unsigned integer --> EIPS/eip-xxx.md:2:5 | 2 | eip: | ^ not a non-negative integer | = help: see https://ethereum.github.io/eipw/preamble-eip/

Check failure on line 2 in EIPS/eip-xxx.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

file name must reflect the preamble header `eip`

error[preamble-file-name]: file name must reflect the preamble header `eip` --> EIPS/eip-xxx.md:2:5 | 2 | eip: | ^ this value | = help: this file's name should be `eip-.md` = help: see https://ethereum.github.io/eipw/preamble-file-name/
title: Buyer-Seller Negotiable Pricing Mechanism
description: Allows buyers and sellers to freely negotiate and determine transaction prices on the Ethereum network. The seller sets the initial price, and the buyer can propose a new price through negotiation with the seller, and eventually both parties can reach an agreement and complete the transaction.

Check failure on line 4 in EIPS/eip-xxx.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `description` value is too long (max 140)

error[preamble-len-description]: preamble header `description` value is too long (max 140) --> EIPS/eip-xxx.md:4:13 | 4 | description: Allows buyers and sellers to freely negotiate and determine transaction prices on the Ethereum network. The seller sets the initial price, and the buyer can propose a new price through negotiation with the seller, and eventually both parties can reach an agreement and complete the transaction. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ too long | = help: see https://ethereum.github.io/eipw/preamble-len-description/
Expand All @@ -7,7 +7,7 @@ status: Draft
type: Standards Track
category: Core
created: 2024-09-04
```
---

Check failure on line 11 in EIPS/eip-xxx.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

body is missing section(s): `Abstract`, `Security Considerations`, `Copyright`

error[markdown-req-section]: body is missing section(s): `Abstract`, `Security Considerations`, `Copyright` --> EIPS/eip-xxx.md | | = help: must be at the second level (`## Heading`) = help: see https://ethereum.github.io/eipw/markdown-req-section/


Expand Down

0 comments on commit 563006a

Please sign in to comment.