Skip to content

Commit ec32d39

Browse files
committed
address review comments
1 parent 0d7cf68 commit ec32d39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/utils/flags.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -861,8 +861,8 @@ var (
861861

862862
// Shadowfork peers
863863
ShadowforkPeersFlag = cli.StringSliceFlag{
864-
Name: "net.shadowforkpeer",
865-
Usage: "peer id of a shadow fork peer",
864+
Name: "net.shadowforkpeers",
865+
Usage: "peer ids of shadow fork peers",
866866
}
867867
)
868868

eth/ethconfig/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ type Config struct {
215215
// Max block range for eth_getLogs api method
216216
MaxBlockRange int64
217217

218-
//
218+
// List of peer ids that take part in the shadow-fork
219219
ShadowForkPeerIDs []string
220220
}
221221

0 commit comments

Comments
 (0)