Update extended_key.go

This commit is contained in:
topianet 2023-12-29 12:08:38 +01:00 committed by GitHub
parent 59ee00f67c
commit a8e534b198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ package bip32
import (
"github.com/btcsuite/btcutil/base58"
"github.com/kaspanet/go-secp256k1"
"github.com/fabbez/go-secp256k1"
"github.com/pkg/errors"
)