aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/randentropy/rand_entropy.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/randentropy/rand_entropy.go b/crypto/randentropy/rand_entropy.go
index e7f765af6..4ac12460b 100644
--- a/crypto/randentropy/rand_entropy.go
+++ b/crypto/randentropy/rand_entropy.go
@@ -18,8 +18,9 @@ package randentropy
import (
crand "crypto/rand"
- "github.com/ethereum/go-ethereum/crypto/sha3"
"io"
+
+ "github.com/ethereum/go-ethereum/crypto/sha3"
)
var Reader io.Reader = &randEntropy{}