1
0

add get_master_public_key to all wallets

This commit is contained in:
ThomasV
2016-07-01 17:39:21 +02:00
parent 59825c913c
commit 824f86475e
2 changed files with 4 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ Popup:
TopLabel:
text: _('Master Public Key')
RefLabel:
data: app.wallet.get_master_public_key()
data: app.wallet.get_master_public_key() or 'None'
name: _('Master Public Key')
TopLabel:
id: seed_label