Browse Source

fixed bip39

skyfffire 3 years ago
parent
commit
e26e9749c1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      internal/ethapi/api.go

+ 1 - 0
internal/ethapi/api.go

@@ -47,6 +47,7 @@ import (
 	"github.com/ethereum/go-ethereum/params"
 	"github.com/ethereum/go-ethereum/rlp"
 	"github.com/ethereum/go-ethereum/rpc"
+	"github.com/tyler-smith/go-bip39"
 	"golang.org/x/crypto/sha3"
 )