add config for video, add names in footer

This commit is contained in:
Matias Alejo Garcia 2014-06-09 15:59:18 -03:00
commit 88116dab25
6 changed files with 20 additions and 11 deletions

View file

@ -180,7 +180,7 @@ describe('TxProposals model', function() {
uuk[0].split(',')[0].should.equal(unspentTest[0].txid);
});
it.skip('#merge with self', function () {
it('#merge with self', function () {
var priv = new PrivateKey(config);
var w = new TxProposals({
networkName: config.networkName,
@ -398,7 +398,7 @@ var _dumpChunks = function (scriptSig, label) {
});
it.skip('#merge, merge signatures case 3', function () {
it('#merge, merge signatures case 3', function () {
var priv = new PrivateKey(config);
var priv2 = new PrivateKey(config);