Skip to content

Commit

Permalink
ready
Browse files Browse the repository at this point in the history
  • Loading branch information
lopu committed Sep 8, 2018
1 parent 08ea189 commit 990250c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libraries/protocol/include/node/protocol/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
#define UPVOTE_LOCKOUT_HF7 (fc::minutes(1))
#define UPVOTE_LOCKOUT_HF17 (fc::hours(12))

#define ORIGINAL_MIN_ACCOUNT_CREATION_FEE 0
#define MIN_ACCOUNT_CREATION_FEE 0
#define ORIGINAL_MIN_ACCOUNT_CREATION_FEE 1
#define MIN_ACCOUNT_CREATION_FEE 1

#define OWNER_AUTH_RECOVERY_PERIOD fc::days(30)
#define ACCOUNT_RECOVERY_REQUEST_EXPIRATION_PERIOD fc::days(1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wenode",
"version": "2.0.0",
"version": "2.0.1",
"description": "WeYouMe Network Node Software",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 990250c

Please sign in to comment.