| {{ sweep.txid_str }} |
{{ sweep.amount_sat|intcomma }} |
{% if sweep.witness_type == 0 %}Unknown{% elif sweep.witness_type == 1 %}Commitment Time Lock{% elif sweep.witness_type == 2 %}Commitment No Delay{% elif sweep.witness_type == 3 %}Commitment Revoke{% elif sweep.witness_type == 4 %}HTLC Offered Revoke{% elif sweep.witness_type == 5 %}HTLC Accepted Revoke{% elif sweep.witness_type == 6 %}HTLC Offered Timeout Second Level{% elif sweep.witness_type == 8 %}HTLC Offered Remote Timeout{% elif sweep.witness_type == 13 %}Commitment Anchor{% else %}{{ sweep.witness_type }}{% endif %} |
{% if sweep.requested_sat_per_vbyte == 0 %}---{% else %}{{ sweep.requested_sat_per_vbyte|intcomma }}{% endif %} |
{{ sweep.sat_per_vbyte|intcomma }} |
{{ sweep.requested_conf_target|intcomma }} |
{{ sweep.broadcast_attempts|intcomma }} |
{{ sweep.next_broadcast_height|intcomma }} |
{% if sweep.force %}Yes{% else %}No{% endif %} |
|
{% endfor %}