Browse Source

Show peer address in the QR instead of pubkey (#229)

bitcoin-core-rpc
Mayank Chhabra 4 years ago
committed by GitHub
parent
commit
44b147778a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/views/Lightning.vue

2
src/views/Lightning.vue

@ -145,7 +145,7 @@
<div class="d-flex align-items-center">
<!-- Pubkey QR Code -->
<qr-code
:value="pubkey"
:value="uris.length ? uris[0] : pubkey"
:size="180"
class="qr-image"
showLogo

Loading…
Cancel
Save