mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
one more replace
This commit is contained in:
parent
4977d41e95
commit
a724a1bb42
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
package eth
|
package exp
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// This file contains some shares testing functionality, common to multiple
|
// This file contains some shares testing functionality, common to multiple
|
||||||
// different files and modules being tested.
|
// different files and modules being tested.
|
||||||
|
|
||||||
package eth
|
package exp
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"crypto/rand"
|
"crypto/rand"
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// You should have received a copy of the GNU Lesser General Public License
|
||||||
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
|
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
package eth
|
package exp
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/expanse-project/go-expanse/metrics"
|
"github.com/expanse-project/go-expanse/metrics"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue