parse output TX to show before signing (WIP)

This commit is contained in:
Matias Alejo Garcia 2014-04-17 18:06:09 -03:00
commit 1954978202
4 changed files with 30 additions and 21 deletions

View file

@ -109,8 +109,6 @@ Insight.prototype._request = function(options, callback) {
if (options.method === 'POST') {
request.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
request.setRequestHeader('Content-length', options.data.length);
request.setRequestHeader('Connection', 'close');
request.send(options.data);
} else {
request.send(null);