Skip to content
Snippets Groups Projects
Commit 00e95e8c authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] fix send money to pubkey with search user selected

parent 8c5c0da4
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,6 @@ class TransferController(QObject): ...@@ -128,7 +128,6 @@ class TransferController(QObject):
parent, app, connection, identity.pubkey parent, app, connection, identity.pubkey
) )
transfer.view.radio_search.toggle()
transfer.user_information.change_identity(identity) transfer.user_information.change_identity(identity)
dialog.layout().addWidget(transfer.view) dialog.layout().addWidget(transfer.view)
transfer.accepted.connect(dialog.accept) transfer.accepted.connect(dialog.accept)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment