Skip to content

Commit 9008b15

Browse files
committedDec 4, 2014
Renamed chain => core
1 parent b6cb527 commit 9008b15

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+112
-160
lines changed
 

‎block_pool.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"sync"
1010
"time"
1111

12-
"github.com/ethereum/go-ethereum/chain/types"
12+
"github.com/ethereum/go-ethereum/core/types"
1313
"github.com/ethereum/go-ethereum/ethutil"
1414
"github.com/ethereum/go-ethereum/logger"
1515
"github.com/ethereum/go-ethereum/wire"

‎cmd/mist/bindings.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ import (
2121
"encoding/json"
2222
"os"
2323
"strconv"
24-
"github.com/ethereum/go-ethereum/chain/types"
24+
2525
"github.com/ethereum/go-ethereum/cmd/utils"
26+
"github.com/ethereum/go-ethereum/core/types"
2627
"github.com/ethereum/go-ethereum/ethutil"
2728
"github.com/ethereum/go-ethereum/logger"
2829
)

0 commit comments

Comments
 (0)
Please sign in to comment.