While trying to run pytest, I noticed this error. It is caused by Transaction being used in a typehint while not actually being imported. Enable postponed evaluation of annotations to fix this.
NameError: name 'Transaction' is not defined
Differential D14468
[electrum] fix NameError in keepkey.py PiRK on Sep 12 2023, 06:42. Authored by Tags None Subscribers None
Details
While trying to run pytest, I noticed this error. It is caused by Transaction being used in a typehint while not actually being imported. Enable postponed evaluation of annotations to fix this. NameError: name 'Transaction' is not defined python -m electrumabc_plugins.keepkey.keepkey
Diff Detail
|