diff --git a/src/cutecoin/gui/mainwindow.py b/src/cutecoin/gui/mainwindow.py
index a0294748300abca4a580b30c2fd9b5f8c17b7b7a..45baeb90a19bce59cfeca7b271af9930076c8b6b 100644
--- a/src/cutecoin/gui/mainwindow.py
+++ b/src/cutecoin/gui/mainwindow.py
@@ -172,7 +172,9 @@ class MainWindow(QMainWindow, Ui_MainWindow):
     def open_transfer_money_dialog(self):
         dialog = TransferMoneyDialog(self.app,
                                      self.app.current_account,
-                                     self.password_asker)
+                                     self.password_asker,
+                                     self.community_view.community,
+                                     None)
         if dialog.exec_() == QDialog.Accepted:
             self.community_view.tab_history.table_history.model().sourceModel().refresh_transfers()