diff --git a/lib/www/index.html b/lib/www/index.html
index 35c963367..489667857 100644
--- a/lib/www/index.html
+++ b/lib/www/index.html
@@ -3,10 +3,7 @@
Payment request
-
-
-
@@ -33,8 +30,8 @@ if (id) {
})
.done( function(data) {
new QRCode(document.getElementById("qrcode"), data.URI);
- $("").text(data.reason).appendTo($("p#reason"));
- $("").text(data.amount + "BTC").appendTo($("p#amount"));
+ $("").text(data.memo).appendTo($("p#reason"));
+ $("").text(data.amount/100000000 + "BTC").appendTo($("p#amount"));
$("a").attr("href", data.URI);
$("").text("Powered by Electrum").appendTo($("p#powered"));
$(function () {