How to Solve NameError: name 'find_dot_tx' is not defined -- txclib
Solution: Import the 'find_dot_tx' module
# Add the following line to the top of your code
from txclib.utils import find_dot_tx
For more information:
txclib find_dot_tx