skyfffire hace 3 años
padre
commit
e26e9749c1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"
 )