Skip to content

Commit f8cd2b7

Browse files
committed
Fix typo in logger.warning
1 parent f8fab38 commit f8cd2b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/gethimport.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ def open_trinitydb(location):
298298
logger.info(f'Trinity database did not already exist, initializing it now')
299299
chain = MainnetChain.from_genesis_header(leveldb, MAINNET_GENESIS_HEADER)
300300

301-
logger.warining('The new db contains the genesis header but not the genesis state.')
302-
logger.warining('Attempts to full sync will fail.')
301+
logger.warning('The new db contains the genesis header but not the genesis state.')
302+
logger.warning('Attempts to full sync will fail.')
303303

304304
return chain
305305

0 commit comments

Comments
 (0)