Skip to content

Commit

Permalink
chore: let's just remove the inline html
Browse files Browse the repository at this point in the history
  • Loading branch information
strumswell committed Aug 31, 2023
1 parent 5f3ddfd commit 9e2defa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EIPS/eip-7547.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,14 +308,14 @@ This section uses the following terms:

A **transaction signer** **MAY** be able to deliver a signed payload off-band to a **transaction sender** that initiates
the Ethereum interaction with the smart contract. The signed payload **MUST** be limited to being used only
once ([Signed Hash](#SignedHash) + [nonces](#Nonce)).
once (see Signed Hash and Nonce).

#### Signed Hash <span id="SignedHash"></span>
#### Signed Hash

The signature of the **transaction signer** **MUST** conform to [EIP-712](./eip-712.md). This helps users understand
what the payload they are signing consists of, and it provides protection against replay attacks.

#### Nonce <span id="Nonce"></span>
#### Nonce

This EIP **RECOMMENDS** the use of a **dedicated nonce mapping** for meta transactions. If the signature of the *
*transaction sender** and its meta-contents are verified, the contract increases a nonce for this **transaction signer
Expand Down

0 comments on commit 9e2defa

Please sign in to comment.