mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-23 19:16:09 +00:00
Increase QR version to support longer addresses
This commit is contained in:
parent
194902d8cb
commit
4353e778bb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class QrImage extends StatelessWidget {
|
|||
this.size = 100.0,
|
||||
this.backgroundColor,
|
||||
Color foregroundColor = Colors.black,
|
||||
int version = 9, // Previous value: 7 something happened after flutter upgrade monero wallets addresses are longer than ver. 7 ???
|
||||
int version = 13, // Previous value: 9 BTC & LTC wallets addresses are longer than ver. 9
|
||||
int errorCorrectionLevel = QrErrorCorrectLevel.L,
|
||||
}) : _painter = QrPainter(data, foregroundColor, version, errorCorrectionLevel);
|
||||
|
||||
|
|
Loading…
Reference in a new issue