self.ackDataThatWeHaveYetToSend.append(ackData)#When we have processed all data
self.ackDataThatWeHaveYetToSend.append(ackData)#When we have processed all data, the processData function will pop the ackData out and process it as if it is a message received from our peer.
self.label.setText(QtGui.QApplication.translate("helpDialog","As Bitmessage is a collaborative project, help can be found online in the Bitmessage Wiki:",None,QtGui.QApplication.UnicodeUTF8))
self.label.setText(QtGui.QApplication.translate("helpDialog","As Bitmessage is a collaborative project, help can be found online in the Bitmessage Wiki:",None,QtGui.QApplication.UnicodeUTF8))
@ -61,7 +64,7 @@ class Ui_NewAddressDialog(object):
defretranslateUi(self,NewAddressDialog):
NewAddressDialog.setWindowTitle(QtGui.QApplication.translate("NewAddressDialog","Create new Address",None,QtGui.QApplication.UnicodeUTF8))
self.label.setText(QtGui.QApplication.translate("NewAddressDialog","Here you may generate as many addresses as you like. Indeed, creating many addresses is encouraged.",None,QtGui.QApplication.UnicodeUTF8))
self.label.setText(QtGui.QApplication.translate("NewAddressDialog","Here you may generate as many addresses as you like. Indeed, creating and abandoning addresses is encouraged.",None,QtGui.QApplication.UnicodeUTF8))
self.label_2.setText(QtGui.QApplication.translate("NewAddressDialog","Label (not shown to anyone except you)",None,QtGui.QApplication.UnicodeUTF8))
self.radioButtonMostAvailable.setText(QtGui.QApplication.translate("NewAddressDialog","Use the most available stream",None,QtGui.QApplication.UnicodeUTF8))
self.radioButtonExisting.setText(QtGui.QApplication.translate("NewAddressDialog","Use the same stream as an existing address",None,QtGui.QApplication.UnicodeUTF8))