Skip to content

Commit

Permalink
fix: stop using math/rand.Read
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot committed Aug 15, 2023
1 parent 8d88973 commit 51979b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiplex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package multiplex

import (
"context"
"crypto/rand"
"fmt"
"io"
"math/rand"
"net"
"os"
"sync"
Expand Down

0 comments on commit 51979b5

Please sign in to comment.