Add missing asset_registry_db repo path for liquid electrs backend

Fixes #649
This commit is contained in:
wiz 2021-07-29 17:45:59 +09:00
parent e6f8cf6cc8
commit 857a5ff6fc
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -18,6 +18,7 @@ do
--bin electrs \ --bin electrs \
-- \ -- \
-vvv \ -vvv \
--asset-db-path "$HOME/asset_registry_db" \
--address-search \ --address-search \
--cors '*' \ --cors '*' \
--network liquid \ --network liquid \