oxen-observer/templates/mempool.html

25 lines
765 B
HTML
Raw Normal View History

2020-10-13 02:14:24 +02:00
{% extends "_basic.html" %}
{% block content %}
<div class="Wrapper">
<div class="TitleDivider"></div>
<h4 class="tx-type-legend info_list nowrap-spans" style="margin-top: 0">
<span><label>TX Type Legend:</label> 🏁 Service Node Registration</span>
<span>⚑ Contribution</span>
<span>👍 Recommission</span>
<span>👎 Decommission</span>
<span>🚫 Deregistration</span>
<span>📋 IP Change Penalty</span>
<span>🔓 Stake Unlock</span>
2021-01-07 23:04:00 +01:00
<span>🎫 Oxen Name System Purchase</span>
2020-10-13 02:14:24 +02:00
<span>💾 LNS Update</span>
</h4>
</div>
{% set mempool_limit = none %}
{% include 'include/mempool.html' %}
{% endblock %}