소스 검색

fixed bip39

skyfffire 3 년 전
부모
커밋
e26e9749c1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"
 )