• R/O
  • HTTP
  • SSH
  • HTTPS

bytom-spanner: Commit

Python based Bytom wallet tools


Commit MetaInfo

Revision9efe34daf2458aad047afc931e03dbdc803d920e (tree)
Time2018-06-26 18:19:49
Authorsuccessli <successli@outl...>
Commitersuccessli

Log Message

docs(add One last disclaimer.): One last disclaimer.

Change Summary

Incremental Difference

--- a/utxomerger/merge_utxo.py
+++ b/utxomerger/merge_utxo.py
@@ -90,7 +90,7 @@ def main():
9090
9191 if (options.merge_list * options.for_loop) > len(utxolist):
9292 print('input size is too large, please check it later.')
93- return
93+ return
9494
9595 for i, utxo in enumerate(utxolist):
9696 print('{:4}. {:13.8f} BTM {}{}'.format(i, utxo['amount'] / 1e8, utxo['id'], ' (mature)'))
Show on old repository browser