Skip to content

Commit 0955df5

Browse files
PaulSnowclaude
andcommitted
Fix missing crypto/rand import in key_comet.go
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 1cabeb5 commit 0955df5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/accumulated/run/key_comet.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ package run
1010

1111
import (
1212
"crypto/ed25519"
13+
"crypto/rand"
1314
"encoding/json"
1415
"fmt"
1516
"os"

0 commit comments

Comments
 (0)