Skip to content

Commit b50c0bb

Browse files
authored
Update bip39.go
1 parent e51d078 commit b50c0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip39.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"math/big"
1515
"strings"
1616

17-
"github.com/tyler-smith/go-bip39/wordlists"
17+
"github.com/alexvec/go-bip39/wordlists"
1818
"golang.org/x/crypto/pbkdf2"
1919
)
2020

0 commit comments

Comments
 (0)