rerun setup

This commit is contained in:
Brian Ford 2020-07-08 17:21:09 -04:00
parent 6cec6eff11
commit 19263bba9e
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import requests
class TendermintRPC:
def __init(self, node_url):
def __init__(self, node_url):
self.node_url = node_url
def get_block_height(self):

Binary file not shown.