external_config.nim: cleanup 'store-resume-peer' attribute (#1970)

This commit is contained in:
Ivan Folgueira Bande 2023-08-31 17:29:05 +02:00 committed by GitHub
parent f262397d71
commit 7d37f2ec28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -244,11 +244,6 @@ type
defaultValue: true,
name: "store-message-db-migration" }: bool
storeResumePeer* {.
desc: "Peer multiaddress to resume the message store at boot.",
defaultValue: "",
name: "store-resume-peer" }: string
## Filter config
filter* {.