Skip to content

Commit aad60de

Browse files
committed
params/tconvert: move to params/confp/
Signed-off-by: meows <b5c6@protonmail.com>
1 parent ae96855 commit aad60de

File tree

11 files changed

+6
-6
lines changed

11 files changed

+6
-6
lines changed

cmd/puppeth/module_dashboard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
"strings"
2828

2929
"github.com/ethereum/go-ethereum/log"
30-
"github.com/ethereum/go-ethereum/params/tconvert"
30+
"github.com/ethereum/go-ethereum/params/confp/tconvert"
3131
)
3232

3333
// dashboardContent is the actual dashboard HTML content to serve up when users

cmd/puppeth/wizard_genesis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131

3232
"github.com/ethereum/go-ethereum/common"
3333
"github.com/ethereum/go-ethereum/log"
34-
"github.com/ethereum/go-ethereum/params/tconvert"
34+
"github.com/ethereum/go-ethereum/params/confp/tconvert"
3535
"github.com/ethereum/go-ethereum/params/types"
3636
"github.com/ethereum/go-ethereum/params/types/ctypes"
3737
"github.com/ethereum/go-ethereum/params/types/goethereum"

params/confp/internal/convert_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828

2929
"github.com/ethereum/go-ethereum/params"
3030
"github.com/ethereum/go-ethereum/params/confp"
31-
"github.com/ethereum/go-ethereum/params/tconvert"
31+
"github.com/ethereum/go-ethereum/params/confp/tconvert"
3232
"github.com/ethereum/go-ethereum/params/types"
3333
"github.com/ethereum/go-ethereum/params/types/aleth"
3434
"github.com/ethereum/go-ethereum/params/types/ctypes"

params/confp/internal/parity_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"testing"
2323

2424
"github.com/ethereum/go-ethereum/params"
25-
"github.com/ethereum/go-ethereum/params/tconvert"
25+
"github.com/ethereum/go-ethereum/params/confp/tconvert"
2626
paramtypes "github.com/ethereum/go-ethereum/params/types"
2727
"github.com/ethereum/go-ethereum/params/types/ctypes"
2828
"github.com/ethereum/go-ethereum/params/types/goethereum"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/difficulty_mgen_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"github.com/ethereum/go-ethereum/consensus/ethash"
3131
"github.com/ethereum/go-ethereum/core/types"
3232
"github.com/ethereum/go-ethereum/params"
33-
"github.com/ethereum/go-ethereum/params/tconvert"
33+
"github.com/ethereum/go-ethereum/params/confp/tconvert"
3434
"github.com/ethereum/go-ethereum/params/vars"
3535
)
3636

0 commit comments

Comments
 (0)