Remove mempool instance setting since it's not used in v3
This commit is contained in:
parent
7a6b8bf2c2
commit
6ecb482600
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user