summaryrefslogtreecommitdiff
path: root/test/testdata/nettemplates/TwoNodes50EachWithTwoRelays.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/nettemplates/TwoNodes50EachWithTwoRelays.json')
-rw-r--r--test/testdata/nettemplates/TwoNodes50EachWithTwoRelays.json41
1 files changed, 0 insertions, 41 deletions
diff --git a/test/testdata/nettemplates/TwoNodes50EachWithTwoRelays.json b/test/testdata/nettemplates/TwoNodes50EachWithTwoRelays.json
deleted file mode 100644
index 70bae5b7e..000000000
--- a/test/testdata/nettemplates/TwoNodes50EachWithTwoRelays.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "Genesis": {
- "NetworkName": "tbd",
- "Wallets": [
- {
- "Name": "Wallet1",
- "Stake": 50,
- "Online": true
- },
- {
- "Name": "Wallet2",
- "Stake": 50,
- "Online": true
- }
- ]
- },
- "Nodes": [
- {
- "Name": "Relay1",
- "IsRelay": true
- },
- {
- "Name": "Relay2",
- "IsRelay": true
- },
- {
- "Name": "Node1",
- "Wallets": [
- { "Name": "Wallet1",
- "ParticipationOnly": false }
- ]
- },
- {
- "Name": "Node2",
- "Wallets": [
- { "Name": "Wallet2",
- "ParticipationOnly": false }
- ]
- }
- ]
-}