Skip to content

Commit

Permalink
Fix STEEM_UPVOTE_LOCKOUT_HF17 value
Browse files Browse the repository at this point in the history
  • Loading branch information
theoreticalbts committed Sep 17, 2018
1 parent b3f6b59 commit 86df97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/protocol/include/steem/protocol/config.hpp
Expand Up @@ -58,7 +58,7 @@
#define STEEM_MAX_CASHOUT_WINDOW_SECONDS (60*60*24*14) /// 2 weeks
#define STEEM_UPVOTE_LOCKOUT_HF7 (fc::minutes(1))
#define STEEM_UPVOTE_LOCKOUT_SECONDS (60*60*12) /// 12 hours
#define STEEM_UPVOTE_LOCKOUT_HF17 (fc::seconds(12))
#define STEEM_UPVOTE_LOCKOUT_HF17 (fc::hours(12))

#define STEEM_MIN_ACCOUNT_CREATION_FEE 1
#define STEEM_MAX_ACCOUNT_CREATION_FEE int64_t(1000000000)
Expand Down

0 comments on commit 86df97f

Please sign in to comment.