X-Git-Url: https://git.josue.xyz/?p=crowdnode.js%2F.git;a=blobdiff_plain;f=bin%2Fcrowdnode.js;fp=bin%2Fcrowdnode.js;h=d8697d95594b95dfdae417e12cba0b8f909953fa;hp=8b8ce396ff0be8d4a1ec0bc843052c1bf42e75e4;hb=1fad82bec4432ddd0516d1db4b15f6de1f938acf;hpb=2e6154a9535583dba6f1589eaefc36fab70a58da diff --git a/bin/crowdnode.js b/bin/crowdnode.js index 8b8ce39..d8697d9 100755 --- a/bin/crowdnode.js +++ b/bin/crowdnode.js @@ -337,7 +337,7 @@ function showQr(addr, duffs = 0) { dashUri += `?amount=${dashAmount}`; } - let dashQr = Qr.ascii(dashUri, { indent: 4 }); + let dashQr = Qr.ascii(dashUri, { indent: 4, size: "micro" }); let addrPad = Math.ceil((qrWidth - dashUri.length) / 2); console.info(dashQr);