citycoins / ui

Basic UI components for interacting with the CityCoin contract. Requires Stacks Wallet for Web.
https://minecitycoins.com
GNU General Public License v3.0
28 stars 13 forks source link

Change "substr" to "substring" in multiple places #149

Closed phershbe closed 2 years ago

phershbe commented 2 years ago

Issue: https://github.com/citycoins/ui/issues/146

Updated the outdated substr() method to use the current substring() method, as mentioned in the issue description.