Skip to content

Commit eaf1432

Browse files
authored
Merge pull request #14650 from Shuwei-Song/Shuwei-Song-patch-1
Correct a missing ')' in docs
2 parents edb0260 + 74a3dad commit eaf1432

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/data-and-analytics/block-explorers

1 file changed

+1
-1
lines changed

public/content/developers/docs/data-and-analytics/block-explorers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Block explorers have become a common place for people to track the progress of t
9595
- Gas limit - The maximum numbers of gas units this transaction can consume
9696
- Gas used - The actual amount of gas units the transaction consumed
9797
- Gas price - The price set per gas unit
98-
- Nonce - The transaction number for the `from` address (bear in mind this starts at 0 so a nonce of `100` would actually be the 101st transaction submitted by this account
98+
- Nonce - The transaction number for the `from` address (bear in mind this starts at 0 so a nonce of `100` would actually be the 101st transaction submitted by this account)
9999
- Input data - Any extra information required by the transaction
100100

101101
### Accounts {#accounts}

0 commit comments

Comments
 (0)