remove unused packages

This commit is contained in:
Ivan Socolsky 2015-03-04 13:37:00 -03:00
parent 041c5e6804
commit cfd9061cc4
2 changed files with 1 additions and 4 deletions

View File

@ -115,7 +115,7 @@ TxProposal.prototype.getNetworkName = function() {
TxProposal.prototype.getRawTx = function() {
var t = this._getBitcoreTx();
return t.serialize();
return t.uncheckedSerialize();
};

View File

@ -22,7 +22,6 @@
"bitcore-wallet-utils": "git+https://github.com/bitpay/bitcore-wallet-utils.git",
"bitcore-explorers": "^0.9.1",
"body-parser": "^1.11.0",
"commander": "^2.6.0",
"coveralls": "^2.11.2",
"express": "^4.10.0",
"inherits": "^2.0.1",
@ -30,11 +29,9 @@
"levelup": "^0.19.0",
"lodash": "^3.3.1",
"mocha-lcov-reporter": "0.0.1",
"moment": "^2.9.0",
"morgan": "*",
"npmlog": "^0.1.1",
"preconditions": "^1.0.7",
"qr-image": "*",
"read": "^1.0.5",
"request": "^2.53.0",
"sjcl": "^1.0.2",