We should consider changing MAX_PAYMENT into Gas rather than Motes, so as the gas price goes higher, users will be able to execute the same amount of computations. Currently, as the price goes up, MAX_PAYMENT would be divided by gas_price, potentially breaking the existing stored payment code.
We should consider changing MAX_PAYMENT into Gas rather than Motes, so as the gas price goes higher, users will be able to execute the same amount of computations. Currently, as the price goes up, MAX_PAYMENT would be divided by gas_price, potentially breaking the existing stored payment code.
CC @luis-casper