oxen-observer/templates/mempool.html
Jason Rhinelander ae0af9c1a5 Add /txpool
2020-10-12 21:14:24 -03:00

765 B

{% extends "_basic.html" %} {% block content %}

TX Type Legend: 🏁 Service Node Registration ⚑ Contribution 👍 Recommission 👎 Decommission 🚫 Deregistration 📋 IP Change Penalty 🔓 Stake Unlock 🎫 Loki Name System Purchase 💾 LNS Update

{% set mempool_limit = none %} {% include 'include/mempool.html' %} {% endblock %}