mirror of
https://github.com/mempool/mempool.git
synced 2025-02-25 15:10:12 +01:00
Merge pull request #916 from mempool/wiz/enable-autocomplete-for-all-networks
Enable address autocomplete for all networks
This commit is contained in:
commit
b81d296635
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ do
|
|||
-- \
|
||||
-vv \
|
||||
--network signet \
|
||||
--address-search \
|
||||
--cors '*' \
|
||||
--db-dir /electrs \
|
||||
--daemon-rpc-addr '127.0.0.1:38332' \
|
||||
|
|
|
@ -11,6 +11,7 @@ do
|
|||
-- \
|
||||
-vvvv \
|
||||
--network testnet \
|
||||
--address-search \
|
||||
--cors '*' \
|
||||
--db-dir /electrs \
|
||||
--daemon-dir $HOME \
|
||||
|
|
Loading…
Add table
Reference in a new issue