Skip to content
Snippets Groups Projects
Commit dbdfd0c4 authored by poka's avatar poka
Browse files

fix: add --alice option to duniter test node

parent 0c562bb5
No related branches found
Tags v0.1.7+78
No related merge requests found
Pipeline #34317 waiting for manual action
......@@ -30,10 +30,9 @@
{ "name": "test1" },
{ "name": "test2" },
{ "name": "test3" },
{ "name": "test4" },
{ "name": "Alice" }
{ "name": "test4" }
],
"sudo_key": "5FeggKqw2AbnGZF9Y9WPM2QTgzENS3Hit94Ewgmzdg5a3LNa",
"treasury_funder_address": "5FeggKqw2AbnGZF9Y9WPM2QTgzENS3Hit94Ewgmzdg5a3LNa",
"technical_committee": ["test1", "test2", "test3", "Alice"]
"technical_committee": ["test1", "test2", "test3"]
}
......@@ -5,7 +5,8 @@ services:
container_name: duniter-v2s-gecko-tests
# image: duniter/duniter-v2s:debug-sha-4d5e08be
image: duniter/duniter-v2s:debug-sha-44b09061
# command: --sealing=manual
command: --alice
# --sealing=manual
ports:
- "127.0.0.1:9615:9615"
- "127.0.0.1:9933:9933"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment