gloebit / opensim-moneymodule-gloebit

OpenSim addon module integrating with the Gloebit digital currency service
GNU Lesser General Public License v3.0
8 stars 12 forks source link

Colosi.remove balance calls for zero fees #81

Closed colosi closed 5 years ago

colosi commented 5 years ago

Fixes #80

UploadCovered() and ChargeCovered() now immediately return true if the price is zero rather than firing off an unnecessary GetBalance() API call to Gloebit.

colosi commented 5 years ago

Very simple fix.