1
0
mirror of https://github.com/bumi/blockstream_satellite synced 2026-02-24 01:30:51 +00:00

Update for satellite mainnet launch

This commit is contained in:
2019-03-15 19:30:37 +01:00
parent d3865a65a4
commit 899a458de5
4 changed files with 7 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ module BlockstreamSatellite
autoload :Configuration, 'blockstream_satellite/configuration'
autoload :Response, 'blockstream_satellite/response'
API_HOST = 'https://satellite.blockstream.com'
API_HOST = 'https://api.blockstream.space'
def self.lnd_client=(value)
@lnd_client = value