feat: update to 'micro' (quad-block) QR terminal output
[crowdnode.js/.git] / bin / crowdnode.js
index 8b8ce396ff0be8d4a1ec0bc843052c1bf42e75e4..d8697d95594b95dfdae417e12cba0b8f909953fa 100755 (executable)
@@ -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);