Skip to content

Commit 028b3a5

Browse files
committed
use localhost for subscribe_address.py example.
1 parent 9b0f085 commit 028b3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/subscribe_address.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def print_event(address_version, address_hash, height, block_hash, tx):
1313
print "update for", address, height
1414

1515
if __name__ == '__main__':
16-
c = obelisk.ObeliskOfLightClient('tcp://85.25.198.97:8081')
16+
c = obelisk.ObeliskOfLightClient('tcp://localhost:9091')
1717
c.subscribe_address("1LuckyY9fRzcJre7aou7ZhWVXktxjjBb9S", print_event)
1818

1919
reactor.run()

0 commit comments

Comments
 (0)