diff --git a/ethereum.go b/ethereum.go index 0a91079..804a439 100644 --- a/ethereum.go +++ b/ethereum.go @@ -6,7 +6,7 @@ import ( "strconv" "strings" - "github.com/strsqr/crptwav/crypto" + "github.com/StrongSquirrel/crptwav/crypto" ) func isValidETH(address string) bool {