mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +00:00
test
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#Account Manager
|
# Account Manager
|
||||||
|
|
||||||
```
|
```
|
||||||
Utilities for generating and managing Ethereum 2.0 accounts.
|
Utilities for generating and managing Ethereum 2.0 accounts.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#Beacon Node
|
# Beacon Node
|
||||||
|
|
||||||
```
|
```
|
||||||
Sigma Prime <contact@sigmaprime.io>
|
Sigma Prime <contact@sigmaprime.io>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#Lighthouse General Commands
|
# Lighthouse General Commands
|
||||||
|
|
||||||
```
|
```
|
||||||
Sigma Prime <contact@sigmaprime.io>
|
Sigma Prime <contact@sigmaprime.io>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#Validator Client
|
# Validator Client
|
||||||
|
|
||||||
```
|
```
|
||||||
When connected to a beacon node, performs the duties of a staked validator (e.g., proposing blocks and attestations).
|
When connected to a beacon node, performs the duties of a staked validator (e.g., proposing blocks and attestations).
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ write_to_file() {
|
|||||||
cmd=${cmd#*$'\n'}
|
cmd=${cmd#*$'\n'}
|
||||||
|
|
||||||
# We need to add the header and the backticks to create the code block.
|
# We need to add the header and the backticks to create the code block.
|
||||||
printf "#%s\n\n\`\`\`\n%s\n\`\`\`" "$program" "$cmd" > "$file"
|
printf "# %s\n\n\`\`\`\n%s\n\`\`\`" "$program" "$cmd" > "$file"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check if a lighthouse binary exists in the current branch.
|
# Check if a lighthouse binary exists in the current branch.
|
||||||
|
|||||||
Reference in New Issue
Block a user