Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
timothe
duniter
Commits
336ce2c1
Commit
336ce2c1
authored
Nov 23, 2014
by
Cédric Moreau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.9.3
parent
18eef657
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bin/ucoind
bin/ucoind
+1
-1
package.json
package.json
+1
-1
No files found.
bin/ucoind
View file @
336ce2c1
...
@@ -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.
2
'
)
.
version
(
'
0.9.
3
'
)
.
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.
'
)
...
...
package.json
View file @
336ce2c1
{
{
"name"
:
"ucoin"
,
"name"
:
"ucoin"
,
"version"
:
"0.9.
2
"
,
"version"
:
"0.9.
3
"
,
"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"
,
...
...
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