From e020b25504c3c0eb12aa6c86eaffe82a8f63c31a Mon Sep 17 00:00:00 2001 From: Naohiro Yoshida Date: Mon, 2 Dec 2024 14:41:37 +0900 Subject: [PATCH] tweak Signed-off-by: Naohiro Yoshida --- tool/testdata/internal/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/testdata/internal/common.go b/tool/testdata/internal/common.go index 589a427..de0d9ae 100644 --- a/tool/testdata/internal/common.go +++ b/tool/testdata/internal/common.go @@ -4,7 +4,7 @@ import ( "fmt" "github.com/cosmos/cosmos-sdk/codec/types" "github.com/datachainlab/ethereum-ibc-relay-chain/pkg/relay/ethereum" - "github.com/datachainlab/ethereum-ibc-relay-chain/pkg/relay/ethereum/signers/hd" + "github.com/datachainlab/ibc-hd-signer/pkg/hd" "github.com/datachainlab/ibc-parlia-relay/module" "github.com/spf13/viper" "os"