Skip to content

Commit b134fc7

Browse files
committed
bindings: update python example to accept the string
1 parent 371e1d4 commit b134fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lwk_bindings/examples/lightning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ def main():
587587
next_index = load_next_index()
588588

589589
# Use blockstream electrum instance for bitcoin, without specifying this, bull bitcoin electrum instances will be used
590-
bitcoin_electrum_url = ElectrumUrl("bitcoin-mainnet.blockstream.info:50002", tls=True, validate_domain=True)
590+
bitcoin_electrum_url = "ssl://bitcoin-mainnet.blockstream.info:50002"
591591

592592
builder = BoltzSessionBuilder(
593593
network=network,

0 commit comments

Comments
 (0)