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 (
|
||||
"fmt"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// This file contains some shares testing functionality, common to multiple
|
||||
// different files and modules being tested.
|
||||
|
||||
package eth
|
||||
package exp
|
||||
|
||||
import (
|
||||
"crypto/rand"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
// 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/>.
|
||||
|
||||
package eth
|
||||
package exp
|
||||
|
||||
import (
|
||||
"github.com/expanse-project/go-expanse/metrics"
|
||||
|
|
|
|||
Loading…
Reference in a new issue