Skip to content

Commit

Permalink
fix passhprase registration fee
Browse files Browse the repository at this point in the history
  * fix passphrase registration fee

  * version bump
  • Loading branch information
sgessa committed May 2, 2018
1 parent 703f2b8 commit 95383ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
@@ -1,6 +1,6 @@
{
"name": "lwf-nano",
"version": "1.3.2",
"version": "1.3.3",
"description": "LWF Nano",
"main": "./build/main.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "lwf-nano",
"version": "1.3.2",
"version": "1.3.3",
"description": "LWF Nano",
"homepage": "https://github.com/lwfcoin/lwf-nano",
"bugs": "https://github.com/lwfcoin/lwf-nano/issues",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/fees.js
@@ -1,5 +1,5 @@
export default {
setSecondPassphrase: 5e8,
setSecondPassphrase: 0.1e8,
send: 0.1e8,
registerDelegate: 5e8,
vote: 1e8,
Expand Down

0 comments on commit 95383ef

Please sign in to comment.