Skip to content
Snippets Groups Projects
Commit 727a7e52 authored by inso's avatar inso
Browse files

Fix crash

parent 2bb1c250
Branches
Tags
No related merge requests found
......@@ -174,6 +174,7 @@ QMessageBox.Ok | QMessageBox.Cancel)
async def copy_transaction_to_clipboard(self, tx):
clipboard = QApplication.clipboard()
raw_doc = await tx.get_raw_document(self._community)
if raw_doc:
clipboard.setText(raw_doc.signed_raw())
@asyncify
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment