From a6f2e502e72f483ffc847230b64edbf58d8b4101 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Sat, 2 Dec 2017 11:26:51 -0600 Subject: [PATCH] move genesis.json file into config dir --- test/p2p/data/mach1/core/{ => config}/genesis.json | 0 test/p2p/data/mach2/core/{ => config}/genesis.json | 0 test/p2p/data/mach3/core/{ => config}/genesis.json | 0 test/p2p/data/mach4/core/{ => config}/genesis.json | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename test/p2p/data/mach1/core/{ => config}/genesis.json (100%) rename test/p2p/data/mach2/core/{ => config}/genesis.json (100%) rename test/p2p/data/mach3/core/{ => config}/genesis.json (100%) rename test/p2p/data/mach4/core/{ => config}/genesis.json (100%) diff --git a/test/p2p/data/mach1/core/genesis.json b/test/p2p/data/mach1/core/config/genesis.json similarity index 100% rename from test/p2p/data/mach1/core/genesis.json rename to test/p2p/data/mach1/core/config/genesis.json diff --git a/test/p2p/data/mach2/core/genesis.json b/test/p2p/data/mach2/core/config/genesis.json similarity index 100% rename from test/p2p/data/mach2/core/genesis.json rename to test/p2p/data/mach2/core/config/genesis.json diff --git a/test/p2p/data/mach3/core/genesis.json b/test/p2p/data/mach3/core/config/genesis.json similarity index 100% rename from test/p2p/data/mach3/core/genesis.json rename to test/p2p/data/mach3/core/config/genesis.json diff --git a/test/p2p/data/mach4/core/genesis.json b/test/p2p/data/mach4/core/config/genesis.json similarity index 100% rename from test/p2p/data/mach4/core/genesis.json rename to test/p2p/data/mach4/core/config/genesis.json