Skip to content

Commit 58eafb1

Browse files
committed
asterisk -> dash
1 parent 1ed422f commit 58eafb1

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

EIPS/eip-5792.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ to `eth_sendTransaction` and `eth_getTransactionReceipt` when they are not avail
6464

6565
Requests that the wallet deliver a group of function calls on-chain from the user's wallet.
6666

67-
* The wallet MUST send these calls in the order specified in the request.
68-
* The wallet MAY send all the function calls as part of a single transaction, or multiple transactions.
69-
* Dapps MUST NOT rely on the calls being sent in an atomic transaction, i.e. other untrusted calls may be
67+
- The wallet MUST send these calls in the order specified in the request.
68+
- The wallet MAY send all the function calls as part of a single transaction, or multiple transactions.
69+
- Dapps MUST NOT rely on the calls being sent in an atomic transaction, i.e. other untrusted calls may be
7070
included between each of the requested function calls.
71-
* The wallet MUST attempt to deliver all calls if it returns a successful response to this method, and the wallet
71+
- The wallet MUST attempt to deliver all calls if it returns a successful response to this method, and the wallet
7272
MUST NOT deliver any calls if it returns an error response.
73-
* The wallet MAY reject the request if the request chain ID does not match the currently selected chain ID.
74-
* The wallet MUST send the calls on the request chain ID.
75-
* The wallet MAY reject the request if the `from` address does not match the enabled account.
76-
* The wallet MAY reject the request if one or more calls in the bundle will fail.
73+
- The wallet MAY reject the request if the request chain ID does not match the currently selected chain ID.
74+
- The wallet MUST send the calls on the request chain ID.
75+
- The wallet MAY reject the request if the `from` address does not match the enabled account.
76+
- The wallet MAY reject the request if one or more calls in the bundle will fail.
7777

7878
#### Parameters
7979

@@ -121,11 +121,11 @@ The method takes an array containing one object element, with the following keys
121121

122122
DATA, String - an identifier that the wallet uses to represent the bundle of calls.
123123

124-
* This identifier MUST persist between connections of the same Dapp and account
125-
* The dapp SHOULD track the returned identifier to check the status of the bundle in the future
126-
* The returned identifier value MUST be unique for the given `from` address
127-
* The length of the returned identifier MUST NOT exceed 66 characters
128-
* There are no other requirements on the pattern of the identifier
124+
- This identifier MUST persist between connections of the same Dapp and account
125+
- The dapp SHOULD track the returned identifier to check the status of the bundle in the future
126+
- The returned identifier value MUST be unique for the given `from` address
127+
- The length of the returned identifier MUST NOT exceed 66 characters
128+
- There are no other requirements on the pattern of the identifier
129129

130130
##### Example
131131

@@ -224,8 +224,8 @@ display of the function call status to the wallet, which can most accurately ren
224224
This RPC is intended to replace the typical user experience of a dapp linking to a block explorer for a given
225225
transaction hash.
226226

227-
* The wallet MAY ignore the request, for example if the wallet is busy with other user actions.
228-
* The wallet MAY direct the user to a third party block explorer for more information.
227+
- The wallet MAY ignore the request, for example if the wallet is busy with other user actions.
228+
- The wallet MAY direct the user to a third party block explorer for more information.
229229

230230
#### Parameters
231231

0 commit comments

Comments
 (0)