Skip to content

Commit

Permalink
Added prefix to the QR-coded address
Browse files Browse the repository at this point in the history
  • Loading branch information
xenohunter committed Oct 4, 2017
1 parent 34ef402 commit a8349ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ <h2 class="sectionHeader">NOTICE</h2>

<div class="noDisp">
<div id="address-qr-modal" waves-dialog global="true" no-support-link="true" cancel-button-visible="false" ok-button-caption="CLOSE">
<waves-qr-code size="300" value="::menu.address"></waves-qr-code>
<waves-qr-code size="300" value="::menu.addressQr"></waves-qr-code>
</div>
</div>

Expand Down
1 change: 1 addition & 0 deletions src/js/navigation/main.menu.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

ctrl.blockHeight = 0;
ctrl.address = applicationContext.account.address;
ctrl.addressQr = 'waves://' + ctrl.address;

function initializeBackupFields() {
ctrl.seed = applicationContext.account.seed;
Expand Down

0 comments on commit a8349ef

Please sign in to comment.