eth-go packages ended up in whisper

This commit is contained in:
obscuren 2014-12-12 22:29:29 +01:00
parent 0122989808
commit 4c84db85c5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package qwhisper
import ( import (
"time" "time"
"github.com/ethereum/eth-go/ethutil" "github.com/ethereum/go-ethereum/ethutil"
"github.com/ethereum/go-ethereum/whisper" "github.com/ethereum/go-ethereum/whisper"
) )