Fixed typo for __name__ == "__main__"

This commit is contained in:
Vivek Teega 2022-01-20 06:59:54 +00:00
parent c3c423429b
commit db9887679c

View File

@ -2672,7 +2672,7 @@ if args.reset == 1:
# Determine API source for block and transaction information # Determine API source for block and transaction information
if "__name__" == "__main__": if __name__ == "__main__":
# MAIN LOGIC STARTS # MAIN LOGIC STARTS
# scan from the latest block saved locally to latest network block # scan from the latest block saved locally to latest network block
scanBlockchain() scanBlockchain()