Skip to content

Conversation

jerryfletcher21
Copy link

Related to RoboSats/robosats#1363.
This PR also removes cln variables in lndtn/robosats.env and lnd variables in clntn/robosats.env.

BITCOIND_RPCURL = 'http://127.0.0.1:18332'
# mainnet: 8332, testnet: 18332, signet: 38332, regtest: 18443
BITCOIND_RPCHOST = '127.0.0.1'
BITCOIND_RPCPORT = '18332'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we do:

# mainnet: 8332, testnet: 18332, signet: 38332, regtest: 18443
BITCOIND_RPCHOST = '127.0.0.1'
BITCOIND_RPCPORT = '18332'
# Deprecated
BITCOIND_RPCURL = 'http://$BITCOIND_RPCHOST:$BITCOIND_RPCPORT'

And so on, we can make it comptable with all versions and avoid synchronization headaches

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants