mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
proofread
This commit is contained in:
parent
5e6385176f
commit
af2c869b0c
2 changed files with 2 additions and 2 deletions
|
|
@ -208,7 +208,7 @@ curl --data '{"id": 2, "jsonrpc": "2.0", "method": "account_signTransaction", "p
|
|||
|
||||
## Methods without replacements
|
||||
|
||||
There are a few methods that were available in the `personal` namepsace that have been deprecated without replacements. These are:
|
||||
There are a few methods that were available in the `personal` namespace that have been deprecated without replacements. These are:
|
||||
|
||||
### personal_unlockAccount
|
||||
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ The transaction processing panel tracks the time taken to complete the various t
|
|||
- **executable discard**: rate that valid transactions are dropped from the transaction pool, e.g. because it is already known.
|
||||
- **executable replace**: rate that valid transactions are replaced with a new one from same sender with same nonce but higher gas
|
||||
- **executable ratelimit**: rate that valid transactions are dropped due to rate-limiting
|
||||
- **executable nofunds**: rate that valid transations are dropped due to running out of ETH to pay gas
|
||||
- **executable nofunds**: rate that valid transactions are dropped due to running out of ETH to pay gas
|
||||
- **gapped discard**: rate that queued transactions are discarded from the transaction pool
|
||||
- **gapped replace**: rate that queued transactions are replaced with a new one from same sender with same nonce but higher gas
|
||||
- **gapped ratelimit**: rate that queued transactions are dropped due to rate limiting
|
||||
|
|
|
|||
Loading…
Reference in a new issue