1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-22 14:33:09 +01:00
electrs/contrib
Roman Zeyde 1fa77aefa6 Fix RPC results sort in history.py
Traceback (most recent call last):
  File "history.py", line 148, in <module>
    main()
  File "history.py", line 70, in main
    for balance, addr in sorted(zip(balances, args.address)):
TypeError: '<' not supported between instances of 'dict' and 'dict'
2021-09-16 10:30:02 +03:00
..
client.py Propagate Electrum JSON RPC error 2021-08-28 20:05:39 +03:00
daemon.py Add a script for computing tx fee 2019-08-03 14:46:39 +03:00
electrs.service Add systemd service file example 2018-10-01 21:13:07 +03:00
get_tip.py Rewrite Python scripts 2021-06-18 17:49:29 +03:00
get_tx.py Rewrite Python scripts 2021-06-18 17:49:29 +03:00
health_check.py Rewrite Python scripts 2021-06-18 17:49:29 +03:00
history.py Fix RPC results sort in history.py 2021-09-16 10:30:02 +03:00
history.sh Rewrite Python scripts 2021-06-18 17:49:29 +03:00
local-electrum.bash Move local-electrum.bash to contrib/ 2021-08-26 23:16:00 +03:00
mempool.py Add a script for computing tx fee 2019-08-03 14:46:39 +03:00
tx_fee.py Rewrite Python scripts 2021-06-18 17:49:29 +03:00
xpub.py Update contrib/ scripts to use latest PyCoin 2020-04-11 18:41:44 +03:00