Enable sending CORS headers from electrs backend in startup script

Fixes #367
This commit is contained in:
wiz
2021-03-03 21:29:18 +09:00
parent 2e8bd7f32e
commit 892cebd8f4
4 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ do
-- \
-vvvv \
--network testnet \
--cors '*' \
--db-dir /electrs \
--daemon-dir $HOME \
--http-addr '[::]:3002' \