@abcpros/bitcore-wallet-service
Version:
A service for Mutisig HD Bitcoin Wallets
16 lines • 514 B
JavaScript
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