Browse Source

Output script instead of address in /orderbook.json

master
Kristaps Kaupe 4 years ago
parent
commit
9594238886
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      scripts/obwatch/ob-watcher.py

2
scripts/obwatch/ob-watcher.py

@ -225,7 +225,7 @@ class OrderbookPageRequestHeader(http.server.SimpleHTTPRequestHandler):
"bond_value": fidelity_bond_value,
"locktime": parsed_bond.locktime,
"amount": bond_utxo_data["value"],
"address": bond_utxo_data["address"],
"script": bintohex(bond_utxo_data["script"]),
"utxo_confirmations": bond_utxo_data["confirms"],
"utxo_confirmation_timestamp": bond_outpoint_conf_time,
"utxo_pub": bintohex(parsed_bond.utxo_pub),

Loading…
Cancel
Save