This commit is contained in:
Christopher Jeffrey 2016-02-24 02:04:49 -08:00
parent f586837013
commit 727a000b23

View File

@ -42,7 +42,7 @@ if (!bcoin.isBrowser) {
try {
bcoin.secp256k1 = require('secp' + '256k1');
} catch (e) {
utils.debug('Warning secp256k1 not found.'
utils.debug('Warning: secp256k1 not found.'
+ ' Full block validation will be slow.');
}
} else {