Remove mempool instance setting since it's not used in v3

This commit is contained in:
Djuri Baars 2024-05-09 01:01:07 +02:00
parent 7a6b8bf2c2
commit 6ecb482600

View File

@ -211,20 +211,6 @@
</Col> </Col>
</Row> </Row>
{/if} {/if}
<Row>
<Label md={6} for="mempoolInstance" size="sm"
>{$_('section.settings.mempoolnstance')}</Label
>
<Col md="6">
<Input
type="text"
bind:value={$settings.mempoolInstance}
name="mempoolInstance"
id="mempoolInstance"
bsSize="sm"
></Input>
</Col>
</Row>
<Row> <Row>
<Label md={6} for="hostnamePrefix" size="sm" <Label md={6} for="hostnamePrefix" size="sm"
>{$_('section.settings.hostnamePrefix')}</Label >{$_('section.settings.hostnamePrefix')}</Label