📅  最后修改于: 2022-03-11 14:55:18.280000             🧑  作者: Mango
require(balance >= amount);
//This check is redundant because the safemath subtract function used below already includes this check.
balance = balance.sub(amount);