We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e8631 commit 96828d6Copy full SHA for 96828d6
pkg/tx/transfer.go
@@ -3,8 +3,8 @@ package tx
3
import (
4
"context"
5
"crypto/ecdsa"
6
- "ethereum-wallet-tool/pkg/util"
7
"fmt"
+ "github.com/NullpointerW/ethereum-wallet-tool/pkg/util"
8
"github.com/ethereum/go-ethereum"
9
"github.com/ethereum/go-ethereum/common"
10
"github.com/ethereum/go-ethereum/core/types"
transfer.go
@@ -2,8 +2,8 @@ package main
2
"encoding/json"
- _tx "ethereum-wallet-tool/pkg/tx"
+ _tx "github.com/NullpointerW/ethereum-wallet-tool/pkg/tx"
"github.com/ethereum/go-ethereum/ethclient"
"os"
"strings"
0 commit comments