UNPKG

@abcpros/bitcore-wallet-service

Version:
16 lines 514 B
module.exports = function (wallet, appName, appVersion) { if (!appVersion || !appName) return; if (wallet.network == 'livenet' && appVersion.major == 5) { return { title: 'Deprecated Test message', body: 'Only for bitpay, old wallets', link: 'http://bitpay.com', id: 'bitpay1', dismissible: true, category: 'critical', app: 'bitpay' }; } }; //# sourceMappingURL=deprecated-serverMessages.js.map