Commit 4d9360cd authored by nopara73's avatar nopara73 Committed by Jeremy Bokobza

Fix testnet launch profile (TumbleBit run profile was accidentally co… (#228)

* Fix testnet launch profile (TumbleBit run profile was accidentally committed by someone before)

* Add debug args
parent 2fc08aa5
...@@ -6,11 +6,11 @@ ...@@ -6,11 +6,11 @@
}, },
"Breeze.Daemon TestNet": { "Breeze.Daemon TestNet": {
"commandName": "Project", "commandName": "Project",
"commandLineArgs": "-testnet -tumbler-uri=http://localhost:5050 light -debug=all -loglevel=debug" "commandLineArgs": "light -testnet -debug=all -loglevel=debug"
}, },
"StratisTest": { "StratisTest": {
"commandName": "Project", "commandName": "Project",
"commandLineArgs": "stratis -testnet" "commandLineArgs": "stratis -testnet"
} }
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment