peerplays_migrated/libraries/wallet
serkixenos d81fb834b9
Remove std::to_string(double), due to fixed conversion precision (#405)
- std::to_string(double) converts double to precision 6, eg 1 to "1.000000"
- stringstream conversion from double to string will keep minimal
  number of decimals (eg, it will trim zeros), eg 1 to "1", 1.2 to "1.2"
2020-12-18 14:20:46 +01:00
..
include/graphene/wallet Merge branch 'develop' into feature/SONs-base 2020-09-23 15:43:28 +02:00
api_documentation_standin.cpp inital 2017-05-25 12:13:59 +03:00
CMakeLists.txt Build optimizations (#403) 2020-11-12 19:38:25 +05:30
Doxyfile.in inital 2017-05-25 12:13:59 +03:00
generate_api_documentation.pl inital 2017-05-25 12:13:59 +03:00
wallet.cpp Remove std::to_string(double), due to fixed conversion precision (#405) 2020-12-18 14:20:46 +01:00