Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit 41f55f8

Browse files
authored
Add testnet4 (#17)
update testnet4 link
1 parent 4c4bed1 commit 41f55f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lnmarkets/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def get_hostname(network):
1515
if hostname:
1616
return hostname
1717
elif network == 'testnet':
18-
return 'api.testnet.lnmarkets.com'
18+
return 'api.testnet4.lnmarkets.com'
1919
else:
2020
return 'api.lnmarkets.com'
2121

0 commit comments

Comments
 (0)