SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

utils.py (74B)


      1 
      2 def btc_amount_format(btc_amount):
      3     return "%.8f" % float(btc_amount)