Skip to content

Commit 816d69c

Browse files
committed
fix: minor bug in fee-estimate.py
1 parent 9fe5950 commit 816d69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/side-cars/fee-estimate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def update_config_fee(toml_file_location: str, polling_delay_seconds: int):
139139
with open(toml_file_location, 'w') as toml_file:
140140
toml.dump(toml_data, toml_file)
141141

142-
time.sleep()
142+
time.sleep(polling_delay_seconds)
143143

144144
def read_config(config_location: str):
145145
"""

0 commit comments

Comments
 (0)