Commit 7c8e5de2 authored by Alexey's avatar Alexey

Namespace for DeStreamD and BreezeD changed

parent 508a0d2c
...@@ -11,7 +11,7 @@ using Stratis.Bitcoin.Features.LightWallet; ...@@ -11,7 +11,7 @@ using Stratis.Bitcoin.Features.LightWallet;
using Stratis.Bitcoin.Features.Notifications; using Stratis.Bitcoin.Features.Notifications;
using Stratis.Bitcoin.Utilities; using Stratis.Bitcoin.Utilities;
namespace Stratis.BreezeD namespace DeStream.BreezeD
{ {
public class Program public class Program
{ {
......
...@@ -15,7 +15,7 @@ using Stratis.Bitcoin.Features.RPC; ...@@ -15,7 +15,7 @@ using Stratis.Bitcoin.Features.RPC;
using Stratis.Bitcoin.Features.Wallet; using Stratis.Bitcoin.Features.Wallet;
using Stratis.Bitcoin.Utilities; using Stratis.Bitcoin.Utilities;
namespace Stratis.StratisD namespace DeStream.DeStreamD
{ {
public class Program public class Program
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"profiles": { "profiles": {
"Stratis.StratisD": { "Stratis.StratisD": {
"commandName": "Project", "commandName": "Project",
"commandLineArgs": "-testnet" "commandLineArgs": "-testnet -addnode 127.0.0.1"
}, },
"Stratis.StratisD Test": { "Stratis.StratisD Test": {
"commandName": "Project", "commandName": "Project",
......
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