Skip to content

Conversation

@heifner
Copy link
Contributor

@heifner heifner commented Oct 20, 2025

See AntelopeIO/cdt#387

Example:

      eosio::check(eosio::current_time_point() >= time, [&] {
         std::string err_msg = "Upgrade failed: Account '";
         err_msg += account.to_string();
         err_msg += "' disabled until ";
         err_msg += time.to_string();
         return err_msg;
      });

@heifner heifner requested a review from dtaghavi October 20, 2025 21:43
@heifner heifner merged commit 1e34a6b into master Oct 31, 2025
@heifner heifner deleted the feature/lazy_check_message branch October 31, 2025 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants