From 1dcb89ed0bb5146f9f066d5053db9869daf0a314 Mon Sep 17 00:00:00 2001 From: Yanyi Wu Date: Thu, 25 Jun 2020 21:23:18 +0800 Subject: [PATCH] Update eosio.token.hpp --- contracts/eosio.token/include/eosio.token/eosio.token.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/eosio.token/include/eosio.token/eosio.token.hpp b/contracts/eosio.token/include/eosio.token/eosio.token.hpp index 56e17d985..913c2e741 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. * @pre Maximum supply must be positive; */ [[eosio::action]]