Skip to content

Commit

Permalink
XMR: fix relayOldMessages setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
dasgarner committed Jan 13, 2025
1 parent 01b2060 commit 6ed3ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo ' "queuePoll": '$XMR_QUEUE_POLL',' >> /opt/xmr/config.json
echo ' "queueSize": '$XMR_QUEUE_SIZE',' >> /opt/xmr/config.json
echo ' "debug": '$XMR_DEBUG',' >> /opt/xmr/config.json
echo ' "ipv6PubSupport": '$XMR_IPV6PUBSUPPORT',' >> /opt/xmr/config.json
echo ' "relayOldMessages": '$XMR_RELAY_OLD_MESSAGES',' >> /opt/xmr/config.json
echo ' "relayOldMessages": "'$XMR_RELAY_OLD_MESSAGES'",' >> /opt/xmr/config.json
echo ' "relayMessages": '$XMR_RELAY_MESSAGES >> /opt/xmr/config.json
echo '}' >> /opt/xmr/config.json

Expand Down

0 comments on commit 6ed3ecc

Please sign in to comment.