This commit is contained in:
Overtorment 2018-10-31 15:09:12 +00:00
parent 9e53253695
commit 7d85c86879

View File

@ -71,7 +71,7 @@ it('can generate Segwit HD (BIP49)', async () => {
it('HD (BIP49) can create TX', async () => {
if (!process.env.HD_MNEMONIC) {
console.warn('process.env.HD_MNEMONIC not set, skipped');
console.error('process.env.HD_MNEMONIC not set, skipped');
return;
}
jasmine.DEFAULT_TIMEOUT_INTERVAL = 90 * 1000;