Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

print("No tx: " + str(tx.raw)) AttributeError: 'NoneType' object has no attribute 'raw' #15

Open
checksum0 opened this issue Dec 13, 2017 · 0 comments

Comments

@checksum0
Copy link

checksum0 commented Dec 13, 2017

Trying to do a Shuffle between two player, one running two instance of Electron Cash and the other 3. This result in electron cash crashing, with no error on screen, only on the console. All EC version 3.0 and latest plugin version, on newly generated wallet.

Traceback (most recent call last):
File "D:\fresh\Electron Cash-3.0\plugins\shuffle\qt.py", line 192, in
logger.logUpdater.connect(lambda x: self.process_protocol_messages(x))
File "D:\fresh\Electron Cash-3.0\plugins\shuffle\qt.py", line 137, in process_protocol_messages
print("No tx: " + str(tx.raw))
AttributeError: 'NoneType' object has no attribute 'raw'

EDIT: After further investigation, it seems the other party two EC instance did not crash but threw an "absurdly-high-fee error". My three EC instances on my side crashed without giving any error though.

error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant