The update_ram_supply() calls in buyram and sellram actions are currently commented out. This prevents the setramrate action from having its desired effect. Telos has reached a point where all of the launch ram has been sold and ram rate needs to be set to a non-zero value to avoid a gradual rise in RAM price. This pull request restores two update_ram_supply() which are currently commented out
Change Description
The update_ram_supply() calls in buyram and sellram actions are currently commented out. This prevents the setramrate action from having its desired effect. Telos has reached a point where all of the launch ram has been sold and ram rate needs to be set to a non-zero value to avoid a gradual rise in RAM price. This pull request restores two update_ram_supply() which are currently commented out
Deployment Changes
None
API Changes
None
Documentation Additions