Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Commits
fa7198e9
Commit
fa7198e9
authored
10 years ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
v0.9.1
parent
1ecede76
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/ucoind
+1
-1
1 addition, 1 deletion
bin/ucoind
package.json
+1
-1
1 addition, 1 deletion
package.json
with
2 additions
and
2 deletions
bin/ucoind
+
1
−
1
View file @
fa7198e9
...
@@ -25,7 +25,7 @@ function keys (val) {
...
@@ -25,7 +25,7 @@ function keys (val) {
var
DO_NOT_LISTEN_HTTP
=
false
;
var
DO_NOT_LISTEN_HTTP
=
false
;
program
program
.
version
(
'
0.9.
0
'
)
.
version
(
'
0.9.
1
'
)
.
usage
(
'
<command> [options]
'
)
.
usage
(
'
<command> [options]
'
)
.
option
(
'
-p, --port <port>
'
,
'
Port to listen for requests
'
,
parseInt
)
.
option
(
'
-p, --port <port>
'
,
'
Port to listen for requests
'
,
parseInt
)
.
option
(
'
-c, --currency <name>
'
,
'
Name of the currency managed by this node.
'
)
.
option
(
'
-c, --currency <name>
'
,
'
Name of the currency managed by this node.
'
)
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
fa7198e9
{
{
"name"
:
"ucoin"
,
"name"
:
"ucoin"
,
"version"
:
"0.9.
0
"
,
"version"
:
"0.9.
1
"
,
"private"
:
false
,
"private"
:
false
,
"description"
:
"Crypto-currency software allowing to build P2P free currencies"
,
"description"
:
"Crypto-currency software allowing to build P2P free currencies"
,
"main"
:
"bin/ucoin"
,
"main"
:
"bin/ucoin"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment