gh-pages: remove mention of deprecated flags (#22265)
* update docs to remove old deprecated flags * typo
This commit is contained in:
@ -582,7 +582,7 @@ Writes a goroutine blocking profile to the given file.
|
||||
|
||||
Writes an allocation profile to the given file.
|
||||
Note that the profiling rate cannot be set through the API,
|
||||
it must be set on the command line using the `--memprofilerate`
|
||||
it must be set on the command line using the `--pprof.memprofilerate`
|
||||
flag.
|
||||
|
||||
| Client | Method invocation |
|
||||
|
@ -106,7 +106,7 @@ call.
|
||||
|
||||
#### Simple example
|
||||
|
||||
With a synced Rinkeby node with RPC exposed on localhost (`geth --rinkeby --rpc`) we can
|
||||
With a synced Rinkeby node with RPC exposed on localhost (`geth --rinkeby --http`) we can
|
||||
make a call against the [Checkpoint
|
||||
Oracle](https://rinkeby.etherscan.io/address/0xebe8efa441b9302a0d7eaecc277c09d20d684540)
|
||||
to retrieve the list of administrators:
|
||||
@ -163,7 +163,7 @@ contract CheckpointOracle {
|
||||
}
|
||||
```
|
||||
|
||||
With a synced Rinkeby node with RPC exposed on localhost (`geth --rinkeby --rpc`) we can
|
||||
With a synced Rinkeby node with RPC exposed on localhost (`geth --rinkeby --http`) we can
|
||||
make a call against the live [Checkpoint
|
||||
Oracle](https://rinkeby.etherscan.io/address/0xebe8efa441b9302a0d7eaecc277c09d20d684540),
|
||||
but override its byte code with our own version that has an accessor for the voting
|
||||
|
Reference in New Issue
Block a user