Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
firelizzard18 committed Jun 11, 2024
1 parent ea02bfb commit 9182737
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/accumulated-bootstrap/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as build
FROM golang:1.22 as build

# Build
WORKDIR /root
Expand Down
2 changes: 1 addition & 1 deletion cmd/accumulated-faucet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as build
FROM golang:1.22 as build

# Build
WORKDIR /root
Expand Down
2 changes: 1 addition & 1 deletion tools/cmd/debug/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func checkNode(_ *cobra.Command, args []string) {
fmt.Printf("Peer ID:\t%v\n", ni.PeerID)
fmt.Printf("Network:\t%v\n", ni.Network)

cs, err := jc.ConsensusStatus(ctx, api.ConsensusStatusOptions{})
cs, err := jc.ConsensusStatus(ctx, api.ConsensusStatusOptions{NodeID: peerID})
check(err)
fmt.Printf("Validator:\t%x\n", cs.ValidatorKeyHash)

Expand Down
2 changes: 1 addition & 1 deletion tools/cmd/snapshot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as build
FROM golang:1.22 as build

# Build
WORKDIR /root
Expand Down

0 comments on commit 9182737

Please sign in to comment.