{% extends "base.html" %} {% block title %}Lightning Ledger - Timmy Time{% endblock %} {% block content %}
Bitcoin Lightning Network transaction history
| Time | Type | Status | Amount | Hash | Memo |
|---|---|---|---|---|---|
| {{ tx.created_at[11:19] }} | {{ tx.tx_type.value }} | {{ tx.status.value }} | {% if tx.tx_type.value == 'incoming' %}+{% endif %}{{ tx.amount_sats }} sats | {{ tx.payment_hash[:16] }}... | {{ tx.memo }} |
No transactions yet.
Invoices and payments will appear here.