Minor fixes

This commit is contained in:
Vivek Teega 2019-01-31 18:50:02 +05:30
parent 0cd2f6e170
commit 1a111b98d4
2 changed files with 2 additions and 3 deletions

View File

@ -273,7 +273,7 @@ class TxDialog(QDialog, MessageBoxMixin):
self.amount_label.setText(amount_str)
self.fee_label.setText(fee_str)
self.size_label.setText(size_str)
self.flodata_label.setText("FLO data: " + self.tx.flodata)
self.flodata_label.setText("FLO data: \"" + self.tx.flodata + str("\""))
run_hook('transaction_dialog_update', self)
def add_io(self, vbox):

View File

@ -287,8 +287,7 @@ if __name__ == '__main__':
args = parser.parse_args()
# config is an object passed to the various constructors (wallet, interface, gui)
#if is_android:
if True:
if is_android:
config_options = {
'verbosity': '',
'cmd': 'gui',