diff --git a/contracts/eosio.token/include/eosio.token/eosio.token.hpp b/contracts/eosio.token/include/eosio.token/eosio.token.hpp index 050a685b5..2c28d6284 100644 --- a/contracts/eosio.token/include/eosio.token/eosio.token.hpp +++ b/contracts/eosio.token/include/eosio.token/eosio.token.hpp @@ -34,7 +34,7 @@ namespace eosio { * * @pre Token symbol has to be valid, * @pre Token symbol must not be already created, - * @pre maximum_supply has to be smaller than the maximum supply allowed by the system: 1^62 - 1. + * @pre maximum_supply has to be smaller than the maximum supply allowed by the system: 2^62 - 1 (uint64_t cast into int64_t). * @pre Maximum supply must be positive; */ [[eosio::action]]