{% include 'header.html' %}

Settings

{% for m in messages %}

{{ m }}

{% endfor %}
{% for c in chains %}

{{ c.name|capitalize }}

{% if c.connection_type %} {% endif %} {% if c.manage_daemon is defined %} {% endif %} {% if c.manage_wallet_daemon is defined %} {% endif %} {% if c.name == 'monero' %} {% else %} {% endif %}
Connection Type{{ c.connection_type }}
Manage Daemon{{ c.manage_daemon }}
Manage Wallet Daemon{{ c.manage_wallet_daemon }}
Chain Lookups
Transaction Fee Priority
Blocks Confirmed Target
{% if c.can_disable == true %} {% endif %} {% if c.can_reenable == true %} {% endif %}
{% endfor %}

home