Skip to content

Commit

Permalink
Fix typo in logger.warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lithp committed Dec 10, 2019
1 parent 51fa481 commit 54c2223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/gethimport.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ def open_trinitydb(location):
logger.info(f'Trinity database did not already exist, initializing it now')
chain = MainnetChain.from_genesis_header(leveldb, MAINNET_GENESIS_HEADER)

logger.warining('The new db contains the genesis header but not the genesis state.')
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.')

return chain

Expand Down

0 comments on commit 54c2223

Please sign in to comment.