We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8fab38 commit f8cd2b7Copy full SHA for f8cd2b7
scripts/gethimport.py
@@ -298,8 +298,8 @@ def open_trinitydb(location):
298
logger.info(f'Trinity database did not already exist, initializing it now')
299
chain = MainnetChain.from_genesis_header(leveldb, MAINNET_GENESIS_HEADER)
300
301
- logger.warining('The new db contains the genesis header but not the genesis state.')
302
- logger.warining('Attempts to full sync will fail.')
+ logger.warning('The new db contains the genesis header but not the genesis state.')
+ logger.warning('Attempts to full sync will fail.')
303
304
return chain
305
0 commit comments