Replaced /convert with ./convert (bugfix)

This commit is contained in:
vub 2013-10-08 05:44:30 -04:00
parent f95b08a576
commit eb62360a49
2 changed files with 4 additions and 4 deletions

6
bitcoinjs-min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -3,7 +3,7 @@
var BigInteger = require('./jsbn/jsbn');
var Crypto = require('./crypto-js/crypto');
var conv = require('/convert');
var conv = require('./convert');
var alphabet = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";
var base = BigInteger.valueOf(58);