Merge pull request #916 from mempool/wiz/enable-autocomplete-for-all-networks

Enable address autocomplete for all networks
This commit is contained in:
softsimon 2021-11-10 11:43:48 +04:00 committed by GitHub
commit b81d296635
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@ do
-- \
-vv \
--network signet \
--address-search \
--cors '*' \
--db-dir /electrs \
--daemon-rpc-addr '127.0.0.1:38332' \

View file

@ -11,6 +11,7 @@ do
-- \
-vvvv \
--network testnet \
--address-search \
--cors '*' \
--db-dir /electrs \
--daemon-dir $HOME \