1
0
Fork 0
forked from lthn/blockchain

gui: change link to auditable wlts help page

This commit is contained in:
sowle 2020-07-16 12:57:41 +03:00
parent c525e4342a
commit be90189eb2
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC
3 changed files with 3 additions and 3 deletions

View file

@ -2833,7 +2833,7 @@ __webpack_require__.r(__webpack_exports__);
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AUDITABLE_WALLET_HELP_PAGE", function() { return AUDITABLE_WALLET_HELP_PAGE; });
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RCV_ADDR_QR_SCALE", function() { return RCV_ADDR_QR_SCALE; });
var MIXIN = 10;
var AUDITABLE_WALLET_HELP_PAGE = 'zano.org';
var AUDITABLE_WALLET_HELP_PAGE = 'docs.zano.org/docs/auditable-wallets';
var RCV_ADDR_QR_SCALE = 2;

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,3 @@
export const MIXIN: number = 10;
export const AUDITABLE_WALLET_HELP_PAGE: string = 'zano.org';
export const AUDITABLE_WALLET_HELP_PAGE: string = 'docs.zano.org/docs/auditable-wallets';
export const RCV_ADDR_QR_SCALE: number = 2;