[WIP]State diff #1

Closed
elizabethengelman wants to merge 12 commits from state-diff into master
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 32a0a23821 - Show all commits

View File

@ -22,9 +22,10 @@ package ipfs
import ( import (
"bytes" "bytes"
"encoding/gob" "encoding/gob"
"github.com/i-norden/go-ethereum/statediff"
ipld "gx/ipfs/QmWi2BYBL5gJ3CiAiQchg6rn1A8iBsrWy51EYxvHVjFvLb/go-ipld-format" ipld "gx/ipfs/QmWi2BYBL5gJ3CiAiQchg6rn1A8iBsrWy51EYxvHVjFvLb/go-ipld-format"
"github.com/ethereum/go-ethereum/statediff"
"github.com/ethereum/go-ethereum/common"
) )
const ( const (

View File

@ -21,7 +21,7 @@ package statediff
import ( import (
"errors" "errors"
"github.com/i-norden/go-ethereum/statediff/ipfs" "github.com/ethereum/go-ethereum/statediff/ipfs"
) )
type Publisher interface { type Publisher interface {