#1914 set txid limit to 1000 (#1936)

This commit is contained in:
/rootzoll 2021-01-11 20:52:32 +01:00 committed by rootzoll
parent 2aebcb0cb3
commit f476ee8f12

View File

@ -329,7 +329,7 @@ jsonrpc_import = true
db_dir = "/mnt/hdd/app-storage/electrs/db"
cookie = "$RPC_USER:$PASSWORD_B"
# allow BTC-RPC-explorer show tx-s for addresses with a history of more than 100
txid_limit = 0
txid_limit = 1000
EOF
sudo mv /home/admin/config.toml /home/electrs/.electrs/config.toml
sudo chown electrs:electrs /home/electrs/.electrs/config.toml