fix(entrypoint): do not enclose the mining address

This commit is contained in:
Gustavo Valverde 2024-10-04 11:26:21 +01:00
parent 546930248e
commit 4bd8f85d65
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ EOF
[mempool]
debug_enable_at_height = 0
[mining]
miner_address = "${MINER_ADDRESS:=t27eWDgjFYJGVXmzrXeVjnb5J3uXDM9xH9v}"
miner_address = ${MINER_ADDRESS:=t27eWDgjFYJGVXmzrXeVjnb5J3uXDM9xH9v}
internal_miner = true
EOF
fi