Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfMoo committed Sep 20, 2024
1 parent 2b1d066 commit f4e1b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/coinbase/solana_signable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func (s *SolanaSignableSuite) SetupTest() {
var err error
var pubKey ed25519.PublicKey
pubKey, s.privateKey, err = ed25519.GenerateKey(rand.Reader)
s.NoError(err)

// Use a fake blockhash
fakeBlockhash := solana.MustHashFromBase58("11111111111111111111111111111111")
Expand Down

0 comments on commit f4e1b64

Please sign in to comment.