Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #547 from GolosChain/522-fix-authority-error-message
Browse files Browse the repository at this point in the history
Fix authority error message. #522
  • Loading branch information
kotbegemot authored Apr 14, 2018
2 parents 75a05c2 + 1089943 commit ae7ce36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/steem_evaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ namespace golos {
if (_db.has_hardfork(STEEMIT_HARDFORK_0_11))
FC_ASSERT(_db.head_block_time() -
account_auth.last_owner_update >
STEEMIT_OWNER_UPDATE_LIMIT, "Owner authority can only be updated once a minute.");
STEEMIT_OWNER_UPDATE_LIMIT, "Owner authority can only be updated once an hour.");
#endif

if ((_db.has_hardfork(STEEMIT_HARDFORK_0_15__465) ||
Expand Down

0 comments on commit ae7ce36

Please sign in to comment.