forked from lthn/blockchain
gui: change link to auditable wlts help page
This commit is contained in:
parent
c525e4342a
commit
be90189eb2
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue