This commit is contained in:
Jude Nelson
2018-02-15 23:25:49 -05:00
parent 6a66712312
commit abbe2d8143

View File

@@ -1802,7 +1802,7 @@ def rpc_start( working_dir, port, subdomain_index=None ):
return rpc_srv
def rpc_chain_sync(server_state, ew_block_height, finish_time):
def rpc_chain_sync(server_state, new_block_height, finish_time):
"""
Flush the global RPC server cache, and tell the rpc server that we've
reached the given block height at the given time.