Rename private.go import path to ethereum/go-ethereum

This commit is contained in:
Patrick Mylund Nielsen 2016-11-14 00:39:47 -05:00
parent 3df813ec8e
commit bea1e6de1d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package private
import (
"os"
"github.com/jpmorganchase/quorum/private/constellation"
"github.com/ethereum/go-ethereum/private/constellation"
)
type PrivateTransactionManager interface {