Skip to content

Commit 96828d6

Browse files
author
NullpointerW
committed
indexing repo for go mod
1 parent 70e8631 commit 96828d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/tx/transfer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package tx
33
import (
44
"context"
55
"crypto/ecdsa"
6-
"ethereum-wallet-tool/pkg/util"
76
"fmt"
7+
"github.com/NullpointerW/ethereum-wallet-tool/pkg/util"
88
"github.com/ethereum/go-ethereum"
99
"github.com/ethereum/go-ethereum/common"
1010
"github.com/ethereum/go-ethereum/core/types"

transfer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package main
22

33
import (
44
"encoding/json"
5-
_tx "ethereum-wallet-tool/pkg/tx"
65
"fmt"
6+
_tx "github.com/NullpointerW/ethereum-wallet-tool/pkg/tx"
77
"github.com/ethereum/go-ethereum/ethclient"
88
"os"
99
"strings"

0 commit comments

Comments
 (0)