Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
destream-blockchain
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
destream-blockchain
Commits
7c8e5de2
Commit
7c8e5de2
authored
May 09, 2018
by
Alexey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Namespace for DeStreamD and BreezeD changed
parent
508a0d2c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Program.cs
Sources/DeStream.BreezeD/Program.cs
+1
-1
Program.cs
Sources/DeStream.DeStreamD/Program.cs
+1
-1
launchSettings.json
Sources/DeStream.DeStreamD/Properties/launchSettings.json
+1
-1
No files found.
Sources/DeStream.BreezeD/Program.cs
View file @
7c8e5de2
...
...
@@ -11,7 +11,7 @@ using Stratis.Bitcoin.Features.LightWallet;
using
Stratis.Bitcoin.Features.Notifications
;
using
Stratis.Bitcoin.Utilities
;
namespace
Stratis
.BreezeD
namespace
DeStream
.BreezeD
{
public
class
Program
{
...
...
Sources/DeStream.DeStreamD/Program.cs
View file @
7c8e5de2
...
...
@@ -15,7 +15,7 @@ using Stratis.Bitcoin.Features.RPC;
using
Stratis.Bitcoin.Features.Wallet
;
using
Stratis.Bitcoin.Utilities
;
namespace
Stratis.Stratis
D
namespace
DeStream.DeStream
D
{
public
class
Program
{
...
...
Sources/DeStream.DeStreamD/Properties/launchSettings.json
View file @
7c8e5de2
...
...
@@ -2,7 +2,7 @@
"profiles"
:
{
"Stratis.StratisD"
:
{
"commandName"
:
"Project"
,
"commandLineArgs"
:
"-testnet"
"commandLineArgs"
:
"-testnet
-addnode 127.0.0.1
"
},
"Stratis.StratisD Test"
:
{
"commandName"
:
"Project"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment