Closed AlexanderYastrebov closed 7 years ago
Fixes #37
The cache for currency units should be initialized once on class load but was repopulated in constructor each time new instance is created. This PR makes initialization static.
Fixes #37
The cache for currency units should be initialized once on class load but was repopulated in constructor each time new instance is created. This PR makes initialization static.